CORS Error #5405
Unanswered
eric-sison
asked this question in
Q&A
CORS Error
#5405
Replies: 3 comments
-
Update: Same thing, when using the Logto cloud service. |
Beta Was this translation helpful? Give feedback.
0 replies
-
CORS is supported only for OIDC, specifically for URLs starting with "/oidc". CORS configurations for the management API are not available yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For security reasons, it's advised to avoid making management API requests from the frontend. Instead, perform these requests on a backend server. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm getting a CORS error, despite the fact that I have added my app's origin domain,
http://localhost:3000
, in the Admin app.My app configuraion:

The error I get in the browser:

Here, I'm trying to call the change password api endpoint.
Beta Was this translation helpful? Give feedback.
All reactions