You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue when I migrated my code to running in a docker container. I didn't intend to change anything but the browser ended up getting a 404.
Checking the URL of that 404 I saw https://github.com/login/oauth/authorize?response_type=code&client_id=None&redirect_uri=https.... (note the client_id=None). When I changed my production setup to run in a docker container I forgot to migrate the flask secrets.cfg. There doesn't seem to be any warning that client_id is unset and you get a 404 error.
Redirects 404 page.
The text was updated successfully, but these errors were encountered: