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.