Frontend initialization of electron app fails on Windows when runing the exe via UNC path. #13510
-
The initialization of my theia custom electron application fails on Windows when running theia via UNC path. ( --no-sandbox option is presented) Although, from the logs, it is listening to http://127.0.0.1:<port_number> . and the response of the same request to localhost is is this behavior expected? is there any configuration that I should apply when running the electron app via the UNC path? Note: I don't see any issue on Windows when running theia with a local path. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @aghayanlena, This is a known issue: #11997. Theia currently does not support opening workspaces from network drives. |
Beta Was this translation helpful? Give feedback.
Hey @aghayanlena,
This is a known issue: #11997. Theia currently does not support opening workspaces from network drives.