withAuth Middleware not working on Vercel deployment #5072
Unanswered
thejessewinton
asked this question in
Help
Replies: 1 comment 1 reply
-
Probably related #4969 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a really weird issue using
withAuth
; for some reason my local configuration works just fine, but when I deploy to Vercel it's not authorizing a user. This is what my middleware looks like:It lets me run the sign in flow, but then keeps redirecting me to
sign-in
. Any idea what this could be? It's only doing this on Vercel.Beta Was this translation helpful? Give feedback.
All reactions