-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Often, after the GitHub OAuth flow, it will redirect to the index route at ckingbailey.github.io, instead of ckingbailey.github.io/publiccode-pusher. ckingbailey.github.io/publiccode-pusher is currently listed as the callback URL for the OAuth app. The index route, ckingbailey.github.io, still (inexplicably) loads the app, but if the user reloads the page, then the app will (correctly) not be found at that route.
I'm not sure there's anything that can be done about this. I've heard from an inside source at GitHub that GitHub pages is a very buggy product whose future is uncertain. Possibly this could be a GitHub pages problem. I don't really want to move hosting somewhere else coz GH pages makes deploying and serving the frontend app so incredibly easy, but migrating to another host may be the only way to fix this.