You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worked perfectly on my local machine, but when i deploy the application on remote server, i get the following cors error. How can i fix this ?
Access to XMLHttpRequest at 'http://localhost:8000/api/chat/send' from origin 'http://20.11.*.*:8000' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space local.local.
The text was updated successfully, but these errors were encountered:
Worked perfectly on my local machine, but when i deploy the application on remote server, i get the following cors error. How can i fix this ?
Access to XMLHttpRequest at 'http://localhost:8000/api/chat/send' from origin 'http://20.11.*.*:8000' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space
local
.local
.The text was updated successfully, but these errors were encountered: