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
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
After provisioning and opening Studio, you may see an empty outline for the demo course. This usually means there is a disconnect between the block ids in mySQL and the corresponding data in Mongo.
221
+
222
+
To fix, simply add a new subsection and publish. The act of publishing should reload the whole course correctly.
223
+
224
+
CORS error from login_refresh in MFE
225
+
------------------------------------
226
+
If you see "Access to XMLHttpRequest at 'http://localhost:18000/login_refresh' from origin 'http://localhost:2000' has been blocked by CORS policy: Request header field x-xsrf-token is not allowed by Access-Control-Allow-Headers in preflight response" it usually means you don't have a valid session.
227
+
228
+
The fix is to get a new auth session. You can do any of the following:
229
+
230
+
1. Before navigating to your MFE, go to http://localhost:18000 to restart your logged in http session.
0 commit comments