-
Notifications
You must be signed in to change notification settings - Fork 192
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
[testing] login to github will redirect to a different URI #537
Comments
We probably just need to document But maybe just telling people to use localhost is simplest. :) |
Yes probably. |
Step to reproduce.
With a clean profile (not logged to github, not logged to webcompat.com)
python run.py
http://127.0.0.1:5000/
http://localhost:5000/
http://127.0.0.1:5000/
It will not work a callback is happening. There's a 200 OK in the log but nothing else happened. The UI is not changed to logout and the avatar icon.
What I suspect is that
http://127.0.0.1:5000/
!=http://localhost:5000/
Suggestions:
python run.py
be localhost.The text was updated successfully, but these errors were encountered: