Insecure Websocket
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.
Replies (1)
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.