-
Notifications
You must be signed in to change notification settings - Fork 2
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
OpenEdXOAuth2Error: Redirected to 'https://courses.mitxonline.mit.edu/register', expected: 'https://mitxonline.mit.ed... #1493
Comments
So this is still occurring, but since the release of the most recent PR associated with this issue, occurrences have dropped quite a bit: It appears that the remaining occurrences are related to username conflicts on edx. This is handled here: Lines 309 to 316 in fe1146f
|
What's next for this? Do we clean up the data, or add more error handling code? |
@collinpreston what do you think we should do with this? I think we're down to just 2 users, but they keep throwing errors on a regular basis. |
@pdpinch
I could use some help thinking how this might have happened. |
@collinpreston I think there might be a couple of reasons for this:
|
@arslanashraf7, so when user's register through MITx Online, the registration screen will perform a validation to ensure the username entered into the registration form is unique in MITx Online and edX. If the validation with edX fails for any reason, we will not proceed with registering the user. I figured case sensitivity as well and tested that in RC. The username validation appears to be case-insensitive. |
Sentry Issue: MITXONLINE-2JA
The text was updated successfully, but these errors were encountered: