After logging out, user is stuck on log in screen

Hello, I’ve got an expressjs app using the express-openid-connect package.

After a user has logged out, we end up landing them back on the auth0 Universal Login page. From here, when the user attempts to log in, they will always end up being redirected back to the login page and never into the app.

It seems as if something is incorrect in the state? Because during the /callback, the user is always redirected to /logout instead of into the application.

Any ideas? Happy to provide as much info as possible