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

docs: update troubleshoot_general_tips.rst #1194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[question] Does this mean this is for the legacy login experience, and not using an MFE? Would it help to be explicit, or is the port good enough? I'm not sure if the MFE has a different port?


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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to choose your own language, but what do you think of the sentiments I am trying to add here?

Suggested change
This is most likely a cache issue and can be easily fixed in 2 different ways:
If you think that everything is up-to-date, this is most likely a cache issue and might be easily fixed in 2 different ways:

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is some great wording, thanks!


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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify what "rebuilding the frontend" means?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After discussing this with Marcos (who pointed me to the fix), looks like this is not relevant to this use case. It was intended to say something along the lines of "try recompiling your assets", but it doesn't have anything to do with the actual fix. Will update


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
Loading