Hi, I enabled CORS in my typesense server but I'm...
# community-help
p
Hi, I enabled CORS in my typesense server but I'm not able to access it from browser. Can someone help me with this?
k
What version of Typesense are you using? Recent versions of Typesense enables cors by default. Can you load the /health end-point in your browser and ensure that you have
*access-control-allow-origin:* *
header?
p
0.23.1 Version I'm using. And yes, the header is present
k
Then CORS is enabled properly. No issue with Typesense.
p
Okay