CORS Issue when making request to Identity Hub from Frontend #475
Unanswered
paula-sala-i2cat
asked this question in
Q&A
Replies: 1 comment 2 replies
-
i think preflight requests are actually |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello everyone,
I'm facing a CORS issue in a frontend we’ve developed. It makes a request to the Identity Hub at http://localhost:7081/api/identity/v1alpha/credentials.
The error is as follows:
Access to fetch at 'http://localhost:7081/api/identity/v1alpha/credentials' from origin 'http://localhost:3001' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
We’ve added the following variables to the Identity Hub:
Beta Was this translation helpful? Give feedback.
All reactions