I am trying to deploy the Vue version of Metronic 8 to the DigitalOcean App Platform and am running into a mixed content error.
Support is telling me that this can be resolved by changing ws:// to wss:// and http:// to https://in your app code
I am brand new to using Vue and am not sure how to go about doing that or if that is even possible.
Hello @ poppy playtime chapter 3, to resolve the mixed content error related to using an insecure WebSocket connection (ws://) in your Vue app, you can modify the code to use a secure WebSocket connection (wss://) instead.
Hi Jim,
This should be configurated on your server but not in a vue app code.
Before deployment please make sure that the path on the host matches with the publicPath in vue.config.js and check out vue official deployment doc.