Replies: 2 comments 7 replies
-
Hi! I'm getting the same error as above in my terminal's console. I have tried to change the In the browser this is what I'm getting... |
Beta Was this translation helpful? Give feedback.
-
Back Again I have found the solution. If you're still getting the error after upgrading the version than try this. Go and save your current project somewhere and create a new project folder. And generate a new The error above is only occurring in the old |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like I triggered an issue in a dependency of
next-auth
-openid-client
Broken version
openid-client
for GoogleProvider:5.6.3
Upgraded to version:
5.6.4
and the problem was resolved.The issue suggests more providers might be broken that rely on openid client. Not sure if GithubProvider does, but it was working fine.
Version
5.6.3
introduced a bug with a lot of providers as per5.6.4
release. https://github.com/panva/node-openid-client/releases/tag/v5.6.4I was using stock GoogleProvider and it was giving me this error
Beta Was this translation helpful? Give feedback.
All reactions