-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
"'social' is not a registered namespace" when requesting social-app-django URLs #79
Comments
@rodgutierrez what is the payload of your request? |
@rodgutierrez you are right. There is currently a bug on this endpoint. I would like to let you know that I am working on it. I will let you know as soon as I find something. |
I believe I fixed the problem. I just released the newest version of the framework: https://pypi.org/project/drf-social-oauth2/1.1.3/. You can check how I wrote this sample app for facebook authentication: https://github.com/wagnerdelima/facebook_setup. Oh, and, happy xmas. |
@wagnerdelima sorry I missed your question a few days ago. I just tried the latest release and the merry christmas and happy new year to you too! |
@wagnerdelima i was poking around in the diff for the latest release just to see if there was anything else that i should test. I think that the |
Hi @rodgutierrez, I will definitely check it out in the upcoming days. Can you include here what specific endpoint and you trying and also the request payload? Thanks. Thanks for reporting. |
hey @wagnerdelima, i'm trying the here's a snippet of the error I'm seeing:
|
Reopening this for now. |
It's working for me. try adding in the settings.py file this line |
Hello, I'm running into issues when I send requests to any of the URLs included from
social_django.urls
. Requests to those URLs cause the following error:I was having this problem in my production Django app, and to eliminate something wrong with my configuration as the cause, I started with a fresh project. The new project has the same issue.
Here are the installed dependencies (should only be what's required for Django, DRF, and DRF Social OAuth2):
Here's the diff between my changes to the
settings.py
file and the fresh install version:Here's the diff between my changes to the
urls.py
file and the fresh install version:Any suggestions for what could be wrong with my configuration? Please let me know if I can provide more information to help with debugging the issue.
The text was updated successfully, but these errors were encountered: