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.
Copy file name to clipboardExpand all lines: docs/troubleshoot_general_tips.rst
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,15 @@ The fix is to get a new auth session. You can do any of the following:
236
236
4. Log in
237
237
5. Navigate back to the MFE
238
238
239
+
Blank login/signup screens
240
+
--------------------------
241
+
After starting LMS/CMS (and compiling static assets for both), it's possible you run into a blank page when trying to sign in via http://localhost:18000/login.
242
+
243
+
This is most likely a cache issue and can be easily fixed in 2 different ways:
244
+
245
+
1. Hard reloading the page, or
246
+
2. Rebuilding the frontend and giving it another try
0 commit comments