-
-
Notifications
You must be signed in to change notification settings - Fork 709
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
GitHub login redirect loop if ":80" appears in BASE_URL #2252
Comments
OK, my BASE_URL=http://tpcikmmyjjapslvl.sandcats-dev.sandstorm.io:80
WILDCARD_HOST=*.tpcikmmyjjapslvl.sandcats-dev.sandstorm.io:80 and I was getting this "warning" (perhaps treated as an error?) in {"line":"398","file":"oauth_server.js","message":"Error in OAuth Server: redirectUrl (http://tpcikmmyjjapslvl.sandcats-dev.sandstorm.io/setup/user) is not on the same host as the app (http://tpcikmmyjjapslvl.sandcats-dev.sandstorm.io:80/)","time":{"$date":1469070069967},"level":"warn"} and when I changed my |
I guess tomorrow I will attempt to reproduce this, and then propose a fix. I plan to change things so that install.sh uses port 80 more often, so this is going to start affecting more users. |
Re-opening because it's not really resolved, just worked-around in install.sh. |
Removing milestone for this; the workaround is adequate for the needs expressed in the milestone. |
Deassigning from myself because there's no evidence I'll fix this anytime soon. |
I'm currently experiencing a redirect loop where on http://tpcikmmyjjapslvl.sandcats-dev.sandstorm.io/ (a test Sandstorm install I created), whenever I try to log in as the first GitHub user, I get sent to
/
, and then immediately redirected to/setup
. Additionally, login does not seem to be succeeding.I'll attempt to diagnose but wanted to leave a note that I'm experiencing something weird.
The text was updated successfully, but these errors were encountered: