Error "Try signing in with a different account"
that normally until I add mongoDBAdapter
I am also having the same problem, if you find any solution please update. Thank you. I checked that the ip address is also same with mongodb.but eventually the problem remains
I am having same problem too. Any solution?
@shiqocred issue is that MongoDB is not establishing the connection .Try adding out current IP address to the database access or set it to 0.0.0.0 to any IP . If this doesnt solve your problem Try changing the .env file to this format NEXTAUTH_URL=http://localhost:3000 SECRET=sanyam_sindhu_is_key //random secret key GOOGLE_ID="xxxxxxxxx" GOOGLE_SECRET="xxxxxxxxxxxx" MONGODB_URI="xxxxxxxxxxx"
Yeah, actually found out this exact solution to give global access to mongodb while building another project. set the ip address to 0.0.0.0/0
hey guys i tried the same thing and didnt work any solutions?