Unable to make request from extension to backend, but postman testing working

I am building an extension, which makes request to "localhost:3000/api/chat", but it is giving cors error. While testing from postman it is working fine.
No description
No description
No description
1 Reply
Luka
Luka•15mo ago
Your backend does not allow CORS

Did you find this page helpful?