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
I didnot find any discussion or Issues regarding this . Actually this error occurs when user pass value of code into any of one.
I think same issue persist for other views also.
Solution
It can be solved by removing scope argument while calling self.client_class i.e class OAuth2Client(object): from django-allauth package . Actually scope was removed in 0.62.0 that a long time ago .