Skip to content
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

Issue with redirecting page after login using Facebbok for django site #1106

Open
JeevanJB opened this issue Sep 25, 2017 · 0 comments
Open

Comments

@JeevanJB
Copy link

I am using the social_django app to use the social authentication for google & facebook.
When I log-in through facebook I want the page to redirect to my home.html page of website.
But instead its redirecting to -> http://localhost:8000/oauth/complete/facebook/home.html#_=_
Using the URLconf defined in naka.urls, Django tried these URL patterns, in this order:
^naka/
^naka/
^naka/
^oauth/ ^login/(?P[^/]+)/$ [name='begin']
^oauth/ ^complete/(?P[^/]+)/$ [name='complete']
^oauth/ ^disconnect/(?P[^/]+)/$ [name='disconnect']
^oauth/ ^disconnect/(?P[^/]+)/(?P<association_id>\d+)/$ [name='disconnect_individual']
^admin/
The current path, oauth/complete/facebook/home.html, didn't match any of these
How should I go about the proceedings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant