Description
The latest version (main branch) of the MindMap XBlock installs without errors and the mindmap renders in Studio. However, the editor fails to load on Studio.
Screenshots
Mindmap renders in the preview on studio.
Editing panel missing in the highlighted region.
Browser Logs
xblockElement is empty or not defined [edit_xblock.js:87:25](http://studio.local.openedx.io:8001/static/studio/js/views/modals/edit_xblock.js)
Loading failed for the <script> with source “http://studio.local.openedx.io:8001/static/studio/jsMind.js”. [edit:1:1](http://studio.local.openedx.io:8001/xblock/block-v1:Openedx+TEST101+2026+type@mindmap+block@859418f9b4b34492bd6b5f0ef12b24c1/action/edit)
Uncaught Error: Script error for "jsMind"
https://requirejs.org/docs/errors.html#scripterror
makeError http://studio.local.openedx.io:8001/static/studio/common/js/vendor/require.js:169
onScriptError http://studio.local.openedx.io:8001/static/studio/common/js/vendor/require.js:1739
This points to the missing dependency of /static/studio/jsMind.js, which is confusing because, the loadJSMind explicitly loads from CDN and the requireModules.js also maps jsMind to the CDN script.
Description
The latest version (main branch) of the MindMap XBlock installs without errors and the mindmap renders in Studio. However, the editor fails to load on Studio.
Screenshots
Mindmap renders in the preview on studio.
Editing panel missing in the highlighted region.
Browser Logs
This points to the missing dependency of
/static/studio/jsMind.js, which is confusing because, the loadJSMind explicitly loads from CDN and the requireModules.js also mapsjsMindto the CDN script.