I followed the NextJS configuration article to set-up Auth0 in my project, but I am experiencing some very strange results. When I click to sign-in, the page just keeps loading, but the Auth0 login prompt never appears and I see the following messages in the console:
API resolved without sending a response for /api/auth/me, this may result in stalled requests.
API resolved without sending a response for /api/auth/me, this may result in stalled requests.
API resolved without sending a response for /api/auth/login, this may result in stalled requests.
API resolved without sending a response for /api/auth/me, this may result in stalled requests.
API resolved without sending a response for /api/auth/me, this may result in stalled requests.
I followed the article to the letter and can confirm all my settings are correct (.env.local files, etc.). Any help would be appreciated.