Hello. I set up a local NodeJS server with nothing but Auth0 and Pug modules, along with pages for testing authentication. I set up the login & callback pages just like in the Quickstart guide for NodeJS. When a user logs in, the Log at the admin console says the user logged in successfully, but the page shows the error stated on the title.
I looked at the post with a similar problem, but the answers suggested to whitelist certain IP addresses if you set a Rule, Hook or custom database, neither of which I have set. Also, like the mentioned post, the local server is behind a company firewall.
The post I’m referring to is here.