Developer Community

Ask a Question
Back to All

CORS Error on Authorization Code Endpoint

I am getting CORS error when using the authorization endpoint from my react application on the localhost. I have added this URL "http://localhost:3000/my-page" but rather than getting this redirect URL along with the code in response, I am getting CORS error. How can we fix this? Otherwise, I can't continue!