You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this same problem but managed to solve this by hosting my own CDN. I only needed to stage a few files locally, so it was pretty quick and easy
loader.js
editor/editor.main.css
editor/editor.main.js
editor/editor.main.nls.js
I made all these files available locally via https://mywebserver/cdn/ (so the resources were available as https://mywebserver/cdn/loader.js, https://mywebserver/cdn/editor/editor.main.css etc)
then I updated the jsdeliver URL in /client/build/assets/index-BOq81OYO.js to my CDN base url (The file name is valid as of v1.5.3. I believe it is generated randomly at compile time so a future version might have a different filename. Best way to check would be from your browsers developer console network section)
Then all worked fine.
Bonus tip - believe some non essential elements also break when using a webroot (i.e the BASE_PATH env variable when using the docker container). For example in the index.html page, the below failed to load till I edited to used
/mywebroot/logo192.png
/mywebroot/manifest.json
/mywebroot/favicon.ico
Overall my solutions are pretty hacky, so I didn't do a PR. I also think OIDC does not work when using a webroot (about to create a new issue for that)
The code editor does not work in isolated networks (without the Internet). The permanent inscription "Loading...".
The text was updated successfully, but these errors were encountered: