diff --git a/src/forge/Main/Detail.js b/src/forge/Main/Detail.js index a5494099..32b50161 100644 --- a/src/forge/Main/Detail.js +++ b/src/forge/Main/Detail.js @@ -197,10 +197,10 @@ class Detail extends Component { } canvasChannel = () => { const name = window.location.hostname === "localhost" ? "http://testforgeplus.trustie.net":window.location.hostname; - console.log(`ws:${name}/cable`); + console.log(`wss:${name}/cable`); const actioncable = require("actioncable") var project = this.state.project - var cable = actioncable.createConsumer(`ws:${name}/cable`); + var cable = actioncable.createConsumer(`wss:${name}/cable`); this.canvasChannel1 = cable.subscriptions.create({ channel: `MirrorProjectChannel`, id: project && project.identifier