Having CORS issues when accessing Management API endpoint

Am trying to get the access token for my management api via axios but whenever I run my code i get CORS issues even though i added the endpoint in the Auth0 Dashboard

Here’s my code

For those who see this post, All i did was move the management api call to my BE and the called the endpoint from the FE and that solved the issue

Reference: Calling the Management API from an SPA - #2 by mathiasconradt

1 Like

Thanks a lot for sharing it with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.