You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the page loads, the error below will show for every render. Sign in page won't be able to load (unable to sign in).
I didn't test the production build, but interestingly the production build of the project that's using next v13.5.5 and next-auth doesn't have this error (dev build still has this issue), users can sign in as well.
Confirmed that this won't happen if the next version is locked to 13.5.4.
How to reproduce
Clone the next-auth-example template repo
yarn install with the latest next.js (precisely v13.5.5)
yarn dev
See the error
Expected behavior
No error printed in the console, able to get into the sign in page.
The text was updated successfully, but these errors were encountered:
RaenonX
added
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Oct 17, 2023
Dev environment breaks at at next 13.5.5-canary.18. Can confirm that production builds for releases greater than 13.5.5-canary.18 all work on vercel deployment.
This is a bug in Next.js, not NextAuth.js. You can follow vercel/next.js#56949 for updated. If you are using Node.js 18.16 though, you are not affected by this, so you can upgrade if that's possible.
Environment
Reproduction URL
https://github.com/RaenonX/next-auth-13.5.5-repro
Describe the issue
When the page loads, the error below will show for every render. Sign in page won't be able to load (unable to sign in).
I didn't test the production build, but interestingly the production build of the project that's using
next
v13.5.5 andnext-auth
doesn't have this error (dev build still has this issue), users can sign in as well.Confirmed that this won't happen if the
next
version is locked to13.5.4
.How to reproduce
next-auth-example
template repoyarn install
with the latestnext.js
(precisely v13.5.5)yarn dev
Expected behavior
No error printed in the console, able to get into the sign in page.
The text was updated successfully, but these errors were encountered: