I just upgrade my app to Remix 2.4.1 and I'm using Vite. I've started to see 502 errors when I submit a form and then redirect. It doesn't happen every time but happens a decent amount. Is this a remix error or a fly.io error? I'm not sure where to look to debug. The only log I see on the backend is this
instance refused connection. is your app listening on 0.0.0.0:3000? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)