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

Commit 5d362f5

Browse files
author
Rebecca Graber
authored
feat: add backbone workaround to troubleshooting guide (#1086)
1 parent 2d8708b commit 5d362f5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/troubleshoot_general_tips.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,11 @@ The fix is to get a new auth session. You can do any of the following:
230230
3. Refresh http://localhost:18000
231231
4. Log in
232232
5. Navigate back to the MFE
233+
234+
Missing vendor file node_modules/backbone.paginator/lib/backbone.paginator.js
235+
-----------------------------------------------------------------------------
236+
This message sometimes appears when provisioning. The root cause of this is as yet unknown but the most effective workaround seems to be
237+
to shell into the LMS (``make lms-shell`` in devstack) and run ``npm ci``, followed by ``paver update_assets``.
238+
See `the github issue`_ to follow the work being done on the resolution.
239+
240+
.. _the github issue: https://github.com/openedx/devstack/issues/1072

0 commit comments

Comments
 (0)