diff --git a/frontend/src/components/screencast.ts b/frontend/src/components/screencast.ts index 9fd4dd04..969890a9 100644 --- a/frontend/src/components/screencast.ts +++ b/frontend/src/components/screencast.ts @@ -233,7 +233,7 @@ export class Screencast extends LitElement { } const baseURL = `${window.location.protocol === "https:" ? "wss" : "ws"}:${ - process.env.WEBSOCKET_HOST || window.location.host + window.location.host }/watch/${this.archiveId}/${this.crawlId}`; this.watchIPs.forEach((ip: string) => {