-
Notifications
You must be signed in to change notification settings - Fork 422
docs: update troubleshoot_general_tips.rst #1194
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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: | |||||
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: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you clarify what "rebuilding the frontend" means? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||||||
|
There was a problem hiding this comment.
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?