i have tested thousands of solutions and none has worked for me to fix the CORS origin error, i have put in allowed web origins the localhost with its port, the auth0 personal address, https http, changing the callback, putting also in CORS origins all possible addresses, adding a proxy to the angular project and NOTHING works.
i don’t understand what i’m doing wrong, i followed step by step the getting started section
this is the error:
Access to XMLHttpRequest at ‘https://dev-*********.auth0.com/oauth/token’ from origin ‘http://localhost:4200’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: The ‘Access-Control-Allow-Origin’ header has a value ‘https://localhost:4200’ that is not equal to the supplied origin.