Replies: 1 comment 2 replies
-
Interesting. We try to compile down to the same level as Next.js does: https://www.github.com/nextauthjs/next-auth/tree/main/config%2Fbabel.config.js Supporting anything lower seems unnecessary as the rest of your app wouldn't work anyway. I wonder what is kissing. Do you have an error message/repro? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello everybody, I'm having some issues...
Appearently nextAuth doesn't work in some older versions of Chrome and Firefox.
Chrome
Firefox
We're having the problem at our user auth function..
Similar projects like the official demo and getting started have the same issue (SEE => https://next-auth.js.org/getting-started/example )
We're currently implementing nextAuth in other apps and I would like to ask you if somebody has notice this before, because i've been searching but I couldn't find info about this.
Beta Was this translation helpful? Give feedback.
All reactions