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 am running a browser app of Theia blueprint in Google Cloud (see "Additional Information" section below for more details).
Webview contents are not rendered here, instead I can see the only messages like:
Hmm. We’re having trouble finding that site.
We can’t connect to the server at 4abb51cd-e31c-5697-9c6e-2c7bc6783e68.webview.mydomain.tld
(As always, of course, it did work perfectly when running the browser app on my localhost.)
Steps to Reproduce:
Build browser app using an unmodified browser.Dockerfile and deploy output artefacts to cloud hosting
Open URL of cloud-hosted Theia browser app
Install "Jira and Bitbucket (Atlassian Labs)" extension (atlassian.atlascode)
Open command palette and pick "Atlassian: Open Welcome Page"
Additional Information
Theia Version: 1.49.100 (reported by the "About" box)
Platform: Google Cloud
Cluster: Self-managed Kubernetes cluster
Pod info: node:20-bullseye-slim | X86/64 | Balanced persistent disk
Network info: google cloud dns
The text was updated successfully, but these errors were encountered:
Hi, by default Theia exposes the webviews on a subdomain like this webview-id.webview.your-theia-domain. I think you have to make sure that these kinds of subdomains are also exposed in your kubernetes ingress resource
Bug Description:
I am running a browser app of Theia blueprint in Google Cloud (see "Additional Information" section below for more details).
Webview contents are not rendered here, instead I can see the only messages like:
(As always, of course, it did work perfectly when running the browser app on my localhost.)
Steps to Reproduce:
browser.Dockerfile
and deploy output artefacts to cloud hostingAdditional Information
The text was updated successfully, but these errors were encountered: