I just started using Auth0 a few days ago and have run into issues after getting auth to work.
I am using the Universal Login with success. Immediately after the user is authenticated I hit my endpoint (https://api.{DOMAIN}.ca/api/users/me) but receive the following error: Access to XMLHttpRequest at 'https://api.{DOMAIN}.ca/api/users/me' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
In the screenshot below you can see that http://localhost:4200 is an allowed CORS origin.
I am also having this same issue and cannot figure it out for the life of me. I get why the CORS error occurs, but I donāt understand why adding my URL to āAllowed Originsā does not fix the problem? For reference, I am developing locally (localhost:8000) and calling Auth0 API using fetch.