Does Brave browser prevent logging in for anyone else (using magic links)? #5354
-
I'm using next-auth's email magic links for logging in and today I noticed while testing on Brave browser that magic links don't work as expected. I didn't want to create an issue b/c I'm not sure if this is a bug with next-auth or with my own setup somehow. I was wondering if anyone else has run into this? How to reproduce
Example email link sent to user
Looking at my logs, I see the following error:
My schema.prisma setup:
The nextauth set up file below:
Any help/input would be appreciated on this. If someone can test this on their own site, I'd appreciate it! Possible causesThis might be a browser level issue that's hard to diagnose. I tried the same setup on a separate computer using Brave browser and it works fine. For anyone looking for a solution to this, follow Simon's suggestions below. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hello @usmanity. I am using brave with the email provider and it works perfectly. Can you please share your own setup and the callback error you get? |
Beta Was this translation helpful? Give feedback.
Hello @usmanity. I am using brave with the email provider and it works perfectly. Can you please share your own setup and the callback error you get?