We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to create an account by authorizing with Github returns to a black page stating simply "Unexpected Server Error"
Account creation should be sucessful
Network tab shows there was a GET request sent to https://codier.io/auth/github/callback?code= // etc... which returned a 500 Internal Server Error
https://codier.io/auth/github/callback?code= // etc...
Observe the problematic page.
Without unauthorizing Codier, trying to log in via GH gets the same issue.
Unauthorizing Codier shows the prompt to authorize again, but after authorizing, the same issue repeats.
Browser & Version: Chrome v129 Operating System: Windows 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to create an account by authorizing with Github returns to a black page stating simply "Unexpected Server Error"
Expected Behavior
Account creation should be sucessful
Current Behavior
Network tab shows there was a GET request sent to
https://codier.io/auth/github/callback?code= // etc...
which returned a 500 Internal Server ErrorSteps to Reproduce
Observe the problematic page.
Without unauthorizing Codier, trying to log in via GH gets the same issue.
Unauthorizing Codier shows the prompt to authorize again, but after authorizing, the same issue repeats.
Environment
Browser & Version: Chrome v129
Operating System: Windows 11
The text was updated successfully, but these errors were encountered: