Https://xxxxx.auth0.com/authorize endpoint not found

I have a vue/nuxt app that attempts to authorize using the following format:

https://xxx.auth0.com/authorize

In previous apps I’ve made, either token is successful and proceeds to the app, or fails and redirects to the universal login page. For some reason this time I’m getting a 404 unknown host on the /authorize url. It’s as if the authorize endpoint doesn’t exist.

For extra context, I created a brand new tenant and added a single page application, as well as an API.

After some more researching and whatnot, turns out the domain now includes the region, so in my caes it was https://xxx.us.auth0.com/ was needed for domain/authority. This wasn’t the care before, likely due to more regional support.

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