-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AuthStateForbidden error when changing settings #11
Comments
This is the error: Environment: Request Method: GET Django Version: 2.1.3 Traceback: File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/django/views/decorators/csrf.py" in wrapped_view File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_django/utils.py" in wrapper File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_django/views.py" in complete File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_core/actions.py" in do_complete File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_core/backends/base.py" in complete File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_core/utils.py" in wrapper File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_core/backends/oauth.py" in auth_complete File "/home/mehmetyildirim/.virtualenvs/mysite-virtualenv/lib/python3.6/site-packages/social_core/backends/oauth.py" in validate_state Exception Type: AuthStateForbidden at /oauth/complete/twitter/ |
Found this: |
Hi @mehmetyildi ! Have you been able to solve this problem? I am facing the same problem with my wagtail - django website. Would love to know your insights |
Hi @adsk2050. I would like to help out but this was a school project two years ago and as I recall the instructor hit the bug but I couldn't reproduce it. I haven't been using Django since that project. I tried to figure out the problem again but I couldn't manage because I didn't remember Django framework. But the link above can be useful. |
Thanks a lot for your response. I will let you know if I find out about the error. |
The instructor got this error, after she registered and trying to change the settings.
She has user instance on the database but has no market settings which may mean she tried to change the settings that she has not created but this error does not make sense on that approach.
I could not reproduce the error myself. Still trying to figure out.
The text was updated successfully, but these errors were encountered: