Spaces:
Runtime error
05 — Webview / preview (desktop only)
Whenever the runtime detects a freshly-bound HTTP server it surfaces the URL inside an embedded <iframe> (Webview.tsx). The mobile capture intentionally skips this frame — the embedded preview iframe consistently crashes the Chromium 138 mobile target during Puppeteer captures.
Screenshot
Mobile capture is intentionally skipped for this frame — the embedded preview iframe crashes the Chromium 138 mobile target during Puppeteer runs.
What it does
Detection: a small line-scanner inside
runtime.tswatches stdout forListening on http://…/Local: http://…and feeds the URL to the webview pane.Reverse-proxy:
/exocore/api/editor/proxy/:projectId/*rewrites HTML/JS to keep relative URLs pointing at the proxy.Tunnel button next to the URL spawns a Cloudflare quick-tunnel for sharing.
Source files
-
← Back to the editor index.
