You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MFE runtime configuration API in edx-platform does not currently work when used with a trailing slash (/), returning a 404. However, many APIs throughout Open edX accept either a trailing slash or no trailing slash, sometimes auto-redirecting from the given URL no trailing slash to the URL with a trailing slash.
The text was updated successfully, but these errors were encountered:
The MFE runtime configuration API in
edx-platform
does not currently work when used with a trailing slash (/
), returning a 404. However, many APIs throughout Open edX accept either a trailing slash or no trailing slash, sometimes auto-redirecting from the given URL no trailing slash to the URL with a trailing slash.The text was updated successfully, but these errors were encountered: