-
Notifications
You must be signed in to change notification settings - Fork 5
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
500 error when logging in with ORCID #534
Comments
It happens with
and ftr: girder_wholetale/server/constants.py Lines 17 to 18 in ea29288
Commenting this line out let's me log in with Globus + ORCID. If I bring it back I get the reported 500. |
This is happening again for me on local. As before, commenting out
|
I don't think we need |
Encountered this again while testing v1.2rc1 on staging: Logging in via ORCID results in 500 error again because the state is too large (2031 characters). The request does include the full URL, but this indicates that any integration has the potential to fail because of the limit. |
When I try to login via ORCID on prod, test, and dev I get a 500 error. Oddly, on dashboard.stage.wholetale.org I don't get the 500. I also don't see it when logging in via globus.org directly.
To Repeat
Likely related to #459
The text was updated successfully, but these errors were encountered: