I reviewed the previous issue you linked and understand that your callback is pending with your app hosted in Azure. Can you kindly provide some additional information, screenshots, or log examples so I can take a closer look? Do you see any errors in the tenant logs or console?
You can also DM me a HAR file after sanitizing it for sensitive data.
Thanks for the reply, to expand a bit, having the same issue as the one I’ve linked. I’m using the v4 version of the nextjs-auth0 library on my React app. The login page loads as usual, but after inputting correct login details and clicking on continue, the page hangs on the callback request. You can see in the screenshot that the request is showing as pending in the network tab:
I will DM you my HAR file too. Also a reminder, for some reason this doesn’t seem to be happening locally, so I can only assume there is some sort of hosting issue.
Hi all, looks like there was some issues with our version of NextJs and the version of NextJs Auth0 library. We’ve downgraded to nextJs v15.0.3 and the using Auth0 library version v4.0.0-beta.8 - things seem to be working fine. We also concluded it was non Azure related but something to do with the behaviour of the application within a container.