Hi all
Using node.js.
When my /login route is called, the Auth0 process takes over. However, my http://localhost/callback times out.
On my Heroku instance, I am using connect-mongodb-session and I’m not having an issue. However, since I encountered this issue, I reverted back to express-session as per the quickstart…
As such, I can’t do any local development.
Does anyone have any thoughts? I have followed the quickstart guide again and can’t spot any errors…