how to access vscode webview extension? #14660
Unanswered
sunchuanstc
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @sunchuanstc, What kind of error are you getting when starting chrome normally? I'm not sure there's much we can do, since this is a deployment issue. I would recommend taking a look at tools like theia-cloud for deploying a web based Theia app. Note that changing the webview endpoint to remove the subdomain is a potential security problem, as it allows vscode extensions to extract cookies and other webview data from other extensions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, in local network, in 192.168.1.10 I install theia and export THEIA_WEBVIEW_EXTERNAL_ENDPOINT="{{hostname}}", and then start theia with self-signed ssl, and in 192.168.1.50 I start chrome with "--ignore-certificate-errors" param visit the theia,the vscode-webview can normal display. but if I start chrome without "--ignore-certificate-errors", the webview cannot display!!! I mean, people don't like start chrome with any param, is there another solution to do this?
Beta Was this translation helpful? Give feedback.
All reactions