I’m currently using vuejs for my frontend application. In dev, the authentication works well but when I run in production, the redirection to the callback URL returns a 404. I’m using an nginx docker image to run my server, and I’m using the history routing.
Auth0 redirects me to domain.com//callback#access_token=… and this doesn’t work. I think that because this route doesn’t exist for nginx, and the vue application is not at this URL but doesn’t know how to fix it.
I’ve also tried on a localhost docker image to reproduce what happening in production and I get a 404 error when auth0 is redirecting me to http://localhost/callback#access_token=…