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'm trying to use the application in a docker container.
i've downladed jetbrains/projector-webstorm:latest , installed all the requirements, managed to open webstorm , and with it the bat-3d project, but i'm unable to execute index.html using webstorm's open in browser feature.
chromiumn returns zygote_host_impl_linux running as root without --no-sandbox is not supported
firefox a similar error about root.
i've looked for a way to add the "--no-sandbox" switch to the webstorm's browser configuration but was not able to.
webstorm is also supposed to have a builtin webserver ,hopefully i should be able to access bat-3d from it, but it seems to not be installed/available in the container i've found or the trail account i've used.
these are my very first steps with webstorm.
any ideas how I can proceed ?
thanks,
Omer.
The text was updated successfully, but these errors were encountered:
hello,
I'm trying to use the application in a docker container.
i've downladed jetbrains/projector-webstorm:latest , installed all the requirements, managed to open webstorm , and with it the bat-3d project, but i'm unable to execute index.html using webstorm's open in browser feature.
chromiumn returns zygote_host_impl_linux running as root without --no-sandbox is not supported
firefox a similar error about root.
webstorm is also supposed to have a builtin webserver ,hopefully i should be able to access bat-3d from it, but it seems to not be installed/available in the container i've found or the trail account i've used.
these are my very first steps with webstorm.
any ideas how I can proceed ?
thanks,
Omer.
The text was updated successfully, but these errors were encountered: