TypeError: Cannot read properties of undefined (reading 'bind') when upgrading to next 14 #2452
Replies: 3 comments
-
Solved:Compatibility problem with between nextjs 14 & @clerk/nextjs 4.25.4
Solution:Upgrade @clerk/nextjs to the latest version in this case: to: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could only get it to work with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How the bug occurred
Everything was working until i install
"next": "14.0.4",
from being in the start"next": "^13.4.12",
which it previously work just fineDescribe the Bug
I getting following error on run next app after
npm run dev
Console log error
Beta Was this translation helpful? Give feedback.
All reactions