Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 2a7e218

Browse files
authored
docs: update CORS trouble shooting tips (#1075)
1 parent 8b5e58a commit 2a7e218

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/troubleshoot_general_tips.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ Missing tables/migrations/fields
211211
--------------------------------
212212
Another error you may get if the code and the image are out of sync is sql or Django ORM errors about missing tables or models not having a certain field. To fix this, make sure you have the latest images and latest code, similar to the steps for Missing Module. Once you have updated the image and code, run ``make dev.migrate.lms`` (or your other service) from devstack to apply the latest migrations. You shouldn't need to restart the webserver or container.
213213

214-
215-
216214
.. _Understanding Git Conceptually: https://www.sbf5.com/~cduan/technical/git/
217215

218216
Demo course is empty in studio
@@ -228,6 +226,7 @@ If you see "Access to XMLHttpRequest at 'http://localhost:18000/login_refresh' f
228226
The fix is to get a new auth session. You can do any of the following:
229227

230228
1. Before navigating to your MFE, go to http://localhost:18000 to restart your logged in http session.
231-
2. Log out and then back in.
232-
3. Clear your cookies, then log back in.
233-
229+
2. Clear your cookies
230+
3. Refresh http://localhost:18000
231+
4. Log in
232+
5. Navigate back to the MFE

0 commit comments

Comments
 (0)