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

Commit 1966e63

Browse files
authored
Update troubleshoot_general_tips.rst
Add fix for blank login/signup pages on localhost:18000
1 parent 0052e0d commit 1966e63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/troubleshoot_general_tips.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@ The fix is to get a new auth session. You can do any of the following:
236236
4. Log in
237237
5. Navigate back to the MFE
238238

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
247+
239248
Missing vendor file node_modules/backbone.paginator/lib/backbone.paginator.js
240249
-----------------------------------------------------------------------------
241250
This message sometimes appears when provisioning. The root cause of this is as yet unknown but the most effective workaround seems to be

0 commit comments

Comments
 (0)