Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webpack.config.js): specify Host header in the webpack proxy pass
Without changing the 'Host' header, a standalone instance we use for jitsi dev work will generate: config.websocket = 'wss://localhost:8080/xmpp-websocket' This was fine with BOSH, but a Websocket will not connect. With this change it will be(based on the default devServerProxyTarget): config.websocket = 'wss://alpha.jitsi.net/xmpp-websocket'
- Loading branch information