This is the errro i am getting in console
client.ts:28 WebSocket connection to ‘wss://website.com:24678/’ failed:
(anonymous) [email removed] client:188
client.ts:228 [vite] server connection lost. polling for restart…
client.ts:22 [vite] connecting…
I am getting this error when I deployed my Shopify on the server it’s working fine in the local environment when I tried to run this app on the server giving an infinite loop of this error…
In my case when I was going to /assets/index.fa8a16g2.js I did not see anything but adding the proxy_pass and getting to the bundle file correctly solved it.
And secondly , i’m searching a way to push my app code on a server i don’t know really know how to do it. i don’t really understand, currently from command line my labtop i using “shopify serve” to start the server on my localhost and it’s working fine. However how do you start your server with nginx ?
Is there any tutorial to achieve this. i’m currently stuck to launch my app from local machine