Router does not work after NextAuth Middleware Redirect
I’ve got NextAuth (mostly) working. The only case where I have issues is when I get redirected to the login page (with a callback in the url parameters) by the middleware. Then, no matter what I do, the app router will not push/replace/refresh the page. I know it’s getting to that block of code, but it just does not do anything.