Hi, im getting wrecked by trying to self host type...
# community-help
l
Hi, im getting wrecked by trying to self host typesense on EC2. Am simply trying to run it with docker on the EC2 machine, and also run a local npm app, and then access the npm app by directly going to the IP address. Then somehow i cant make any requests to typesense when i open the npm app on my browser:
Copy code
Access to XMLHttpRequest at '<http://localhost:8108/multi_search?x-typesense-api-key=.....>' from origin 'http://<my-ip-address>:1234' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `local`.
I can make requests to typesense locally with CURL, without any issues. Help would be greatly appreciated, i feel like this should be braindead to set up and im struggling a lot + dont know how to debug this.