Skip to content
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

Unable to access edX course from MITx Online if profile update fails #1849

Open
collinpreston opened this issue Aug 31, 2023 · 0 comments
Open
Labels
bug Something isn't working product:mitx-online

Comments

@collinpreston
Copy link
Contributor

collinpreston commented Aug 31, 2023

Steps to Reproduce

In an environment where MITx Online is disconnected from edX and IGNORE_EDX_FAILURES is set to True.

  1. A user with Addl field flag equal to False.
  2. Enroll into a course.
  3. From the MITx Online dashboard page (http://mitxonline.odl.local:8013/dashboard/) click on the course title.
  4. You will be asked for additional information. Enter information into the required fields and click submit.

Expected Behavior

The MITx Online User record is updated and the user is redirected to the course on edX. The edX user record should be updated asynchronously and this API request should not block the user from navigating to the edX course.

Actual Behavior

The MITx Online User record is not updated and the user is not redirected to the course on edX.

Additional details

tasks.update_edx_user_profile(request.user.id)

@collinpreston collinpreston added product:mitx-online bug Something isn't working labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working product:mitx-online
Projects
None yet
Development

No branches or pull requests

1 participant