I was using this tutorial by Lance Samaria to integrate firebase flashlight into Heroku with the bonsai add-on for elastic search. On step 17 after I run the curl post I get this error No handler found for uri [/firebase] and method [POST]
. Where is this error coming from?
Asked
Active
Viewed 245 times
0

Nithin Srinivasan
- 485
- 1
- 6
- 20
1 Answers
0
Fixed this by using cURL PUT instead of cURL POST

Nithin Srinivasan
- 485
- 1
- 6
- 20
-
Since Lance never posted part two were you ever able to get the whole setup to work? How are you sending information to flashlight? Can you share some code on how you are performing searches from within your app? – DoesData Aug 11 '17 at 19:12
-
Actually I could never get flashlight to work. So right now, I am using algolia instead. It is very easy to set up and it only took me half an hour. I suggest you do the the same. However algolia also does have outrageously expensive pricing plans. I will be able to share some code next Wednesday. – Nithin Srinivasan Aug 12 '17 at 02:04