Replies: 1 comment 1 reply
-
I also got the same problem! Can't connect to any socket |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please I need assistance with my Adonis4 Application. Requests are blocked by cors even though set cors origin to *
config/cors.js
origin: '*',
Cors Error
Access to XMLHttpRequest at ‘https://api-prot.net/Auth/Login’ from origin ‘https://prot.net’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions