You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that when a user tries to log into their BattleNet account, it stops them and states "400 The state parameter must be provided". I tried just setting state="none" but when the request went thru, it threw an error about the "nonce".
How to reproduce
Create a bare bones next auth project with the BattleNet provider. Then attempt to sign in.
Expected behavior
Should instead of requesting the state parameter, allow the user to log into their account.
The text was updated successfully, but these errors were encountered:
Provider type
Battlenet
Environment
Reproduction URL
https://github.com/RimuruOtter/authtest
Describe the issue
The issue is that when a user tries to log into their BattleNet account, it stops them and states "400 The state parameter must be provided". I tried just setting state="none" but when the request went thru, it threw an error about the "nonce".
How to reproduce
Create a bare bones next auth project with the BattleNet provider. Then attempt to sign in.
Expected behavior
Should instead of requesting the state parameter, allow the user to log into their account.
The text was updated successfully, but these errors were encountered: