Very often critical resources like https://unpkg.com/monaco-editor@0.50.0/min/vs/loader.js cannot be fetched (502 Bad Gateway) and because of that, the console fails to load. I'm not sure if the cartridge is requesting this file, or it's loaded by an NPM package but perhaps it's better to have them stored locally if possible.
The page tries to load for a minute:


When not being able to fetch the JS file, the editor is not available:

The same happens with files like:
https://unpkg.com/monaco-editor@0.50.0/min/vs/editor/editor.main.css, too.
https://unpkg.com/monaco-editor@0.50.0/min/vs/base/common/worker/simpleWorker.nls.js
- etc.
So it looks like there's something wrong with unkp.com.
As a workaround, I open the failed files in the browser directly, and it helps for the next load. But even in this case, I'm sometimes receiving a bad gateway error.
Very often critical resources like
https://unpkg.com/monaco-editor@0.50.0/min/vs/loader.jscannot be fetched (502 Bad Gateway) and because of that, the console fails to load. I'm not sure if the cartridge is requesting this file, or it's loaded by an NPM package but perhaps it's better to have them stored locally if possible.The page tries to load for a minute:


When not being able to fetch the JS file, the editor is not available:

The same happens with files like:
https://unpkg.com/monaco-editor@0.50.0/min/vs/editor/editor.main.css, too.https://unpkg.com/monaco-editor@0.50.0/min/vs/base/common/worker/simpleWorker.nls.jsSo it looks like there's something wrong with unkp.com.
As a workaround, I open the failed files in the browser directly, and it helps for the next load. But even in this case, I'm sometimes receiving a bad gateway error.