I'm using Next.js and Auth0 in an Azure Static Web App. When running locally, logout works. However, when in the Azure Static Web App, logout doesn't work. Easy to browse back a page or two and I am not prompted to reauthenticate. Ideas on how to solve?
I've seen a few issues suggesting this may be a problem with Azure Static Web Apps:
- https://github.com/auth0/nextjs-auth0/issues/1744
- https://github.com/Azure/static-web-apps/issues/594
- https://github.com/Azure/static-web-apps/issues/1627
Could this be a problem with Azure Static Web App? Better to pivot to using Azure Web App?