Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
docs: update troubleshoot_general_tips.rst
Browse files Browse the repository at this point in the history
Add fix for blank login/signup pages on localhost:18000
  • Loading branch information
Guilleves committed Oct 3, 2023
1 parent 0052e0d commit 324a8e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/troubleshoot_general_tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,15 @@ The fix is to get a new auth session. You can do any of the following:
4. Log in
5. Navigate back to the MFE

Blank login/signup screens
--------------------------
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.

This is most likely a cache issue and can be easily fixed in 2 different ways:

1. Hard reloading the page, or
2. Rebuilding the frontend and giving it another try

Missing vendor file node_modules/backbone.paginator/lib/backbone.paginator.js
-----------------------------------------------------------------------------
This message sometimes appears when provisioning. The root cause of this is as yet unknown but the most effective workaround seems to be
Expand Down

0 comments on commit 324a8e3

Please sign in to comment.