Open
Description
Describe the bug
I`m attempt use a self installed typesense server to get better search in my Flutter web project.
Is a simple personal project to start learning about typesense. But i get issues to get server access in my flutter web lcoalhost develop machine. with a generic error:
XMLHttpRequest error in search and crud operations to add content to index search.
I`m using Postman client to test my server and all wordks fine, but in Flutter web no.
I check api keys, SSL cert with Letsencrypt certificate, and no work.
I attempt use enable-cors and disable it too, but no working too.
Some tips to get search and upsert functions working?
Thanks in advance
Steps to reproduce the behavior:
- Follow steps in pub.dev/typesense
- Install typesense-serve in Ubuntu server linux
- Setup a new flutter project
- Atempt start search or add data to typesense from flutter web