Closed jonathan-chin closed 3 years ago
@jonathan-chin It sounds like you might not have created the collection in Typesense before installing the extension, hence the 404.
The extension does not auto-create the Typesense collection for you. See Step 1.3 here: https://github.com/typesense/firestore-typesense-search#1-setup-prerequisites
@jasonbosco yes, that worked! thanks for pointing me the right way. all I saw was the Install on Firebase button and I forgot about the rest of the instructions.
Happy to help!
hi all. I'm running self hosted typesense on AWS via docker. I have nginx redirecting 80 and 443 traffic to locahost:8108, with SSL certificate etc.
if I visit my-domain.com/health, I get
{"ok":true}
back. I believe this means nginx is correctly redirecting traffic. however, when I try to trigger calls on firestore, I get this error:when looking at my nginx access logs, I can see that the extension does hit the server. any ideas?