-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geostyler sends request to online cdn #2345
Comments
Unfortunately this request is done by the monaco editor. But you can try to overwrite this handling: https://github.com/suren-atoyan/monaco-react#use-monaco-editor-as-an-npm-package. |
I think this is something that needs to be adjusted in GeoStyler itself and not in applications using GeoStyler. We should check, if there is a way to circumvent this. Maybe the link provided is already what we need. |
Thanks @KaiVolland . It solved my problem. Now, it is fully stand-alone and works without any connection to the internet. You suvived me! |
This issue is stale because it has been open for 180 days with no activity. Feel free to unstale it at any time by adding a comment. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Feel free to reopen it at any time, if this issue is still relevant. |
This issue is stale because it has been open for 180 days with no activity. Feel free to unstale it at any time by adding a comment. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Feel free to reopen it at any time, if this issue is still relevant. |
Description
Hello,
I contfront with a problem, I developed my react app using geostyler. Everything is ok when we work online, but as we are offline, geostyler app stops working since it sends request to https://cdn.jsdelivr.net/npm/[email protected]/min/vs/loader.js for loading monaco editor. I can not solve this. Please help me.
Expected behaviour
I expect that when we build react app, It works stand alone even when we are offline.
How to reproduce
Web browser-react app
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: