Similar issue as below, unfortunately, the solution has not been mentioned in the issue.
-
My application is deployed in Azure, my app.azurewebsites.net returns 500, in fact, all my app.azurewebsites.net/api/auth/log* calls returns 500 error.
-
localhost works perfectly. I am able to log in, get user data, etc.
So essentially:
my app.azurewebsites.net/api/auth/login is being routed internally and not to Auth0
I need to know why localhost works and not my app.
The .env file AUTH0_* URL parms are changed as per Azure and localhost.
I have followed the guide and set up the code, as I mentioned localhost works properly.
Please let me know what other information is needed to debug this issue.