Integrating Typesense API with Existing Set-up
TLDR Mubashirullah needed help with converting an API request to a typesense query and considered using an intermediary service. Kishore Nallan suggested running Typesense from the frontend unless session handling or authentication logic required a middleware service.
1
Dec 22, 2021 (23 months ago)
Mubashirullah
07:08 AM
Kishore Nallan
07:09 AMMubashirullah
07:14 AMKishore Nallan
07:15 AM> Were can I read more about it.
Read up the JS client examples in the docs.
1
Mubashirullah
01:29 PMI've tried it and it didn't give me an error
Typesense
Indexed 2776 threads (79% resolved)
Similar Threads
Issues with Generating Scope API Keys in Python
Danny had issues generating a valid scope API key in a Python GraphQL server. Jason suggested encoding changes and confirmed that the key length varies. Issue unresolved with Python, although JS library worked.
Connection Refused Issue with Typesense and Nginx Reverse Proxy
Karthik experiences a connection refused problem with Typesense and Nginx reverse proxy. Jason helps troubleshoot, but the issue remains unresolved.
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.