-
Notifications
You must be signed in to change notification settings - Fork 98
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
Unenrolling from Course is not working #269
Comments
Further debugging leads me to this conclusion: I believe making |
Thanks for your report! The Aperture team will be tracking this internally as ticket APER-3566. |
Hi @hinakhadim , the Aperture and I talked about this issue during our meeting, and we're okay with you continuing to pursue a fix for this if you have the time. I think your approach of converting the variable into a function to fetch the appropriate URL is a viable option. Let us know if you have any questions! |
Hey everyone, |
#273 closes this issue |
When I try to unenroll from a course, the API gives error. As the API is requesting the default
.env.development
variable which ishttp://localhost:18000
. But it should request toLMS_BASE_URL
provided in the MFE_CONFIG settings. When printing thegetConfig().LMS_BASE_URL
, it is printing the correct URL.The text was updated successfully, but these errors were encountered: