I'm facing the following CORS issue #293
Replies: 3 comments 9 replies
-
when I execute fiefAuth.authCallback(url). The following error occurs: Error However, there doesn't seem to be a 400 status code in the network connection. |
Beta Was this translation helpful? Give feedback.
-
It's strange that you get such a CORS error when accessing the Are you sure you point to the right Fief domain? A correct address looks like: |
Beta Was this translation helpful? Give feedback.
-
I am facing the same issue using Flask as a backend for a plotly-dash app. I still added flask-cors to the flask server. Where can I set the suggested request mode to 'no-cors'? |
Beta Was this translation helpful? Give feedback.
-
I'm facing the following CORS issue in my development environment using Vite, Vue3 and "@fief/fief" version "^0.15.0-beta.1". How can I resolve it?
Access to fetch at 'https://xxxxfief.dev/.well-known/openid-configuration' from origin 'http://localhost:5173' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Beta Was this translation helpful? Give feedback.
All reactions