Closed yashSangai closed 3 years ago
I have upgraded the package to the latest version. But the issue still persists. @iaincollins @balazsorban44 @ndom91 @LoriKarikari Please help me out, I have been stuck with this issue for a long time.
@yashSangai We appreciate your enthusiasm about this project, but tagging core maintainers won't accelerate the process of fixing your problem! We work on many different issues at the same time, and we have different priorities. I cannot speak for anyone else, but I don't have access to any macOS/iOS/Safari devices, so I cannot confirm your issue to begin with. The code is fully available, so if you have the time/knowledge to debug our source, we would really appreciate any kind of help!
This issue is a duplicate #952 anyway, so going to close this for now. Please follow #952 for any development.
Describe the bug My Next-Auth application seems to be failing in production mode when I am running it with PWA setup on both macOS/iOS Safari. It throws me
Error: Invalid state returned from oAuth provider
.PS:
Configuration Used
Expected behavior Should work normally without the above-mentioned error.
Screenshots or error logs Error log on terminal
Error on Browser
Feedback Using
state: false
in options did not help me in fixing the issue. However, after putting this value in the provider whenever I do the login, it again puts me back to the sign-in page.