3.4-rc.3 Release Candidate, Faster Builds, Smaller Bundles and Modern Setups with the Rspack integration ⚡

@schlaegerz Can you try with that ? fix: disable HMR proxy in test mode by dupontbertrand · Pull Request #14329 · meteor/meteor · GitHub

I also encountered that Meteor HMR also triggers these errors when I was testing the meteor test in the client side on the apps.

I will include the next fix for it along with @dupontbertrand.

Well, I’m still hitting this issue occasionally and I work on Linux – so it might not be only Windows-related.

Have you visited the issue I linked to? It had been resolved by the Meteor Team (with Meteor 3.4.1). Although I preferred to stay with Meteor-vite, since it plays nicer with Svelte in my opinion.

Yeah, I’m currently using 3.4.1 and I must admit this issue has come back with a vengeance. Now the app sometimes terminates with Error: read ECONNRESET just moments after startup.

The most annoying part was that the rspack dev server kept running after the app crashed. However, I managed to fix that by wrapping the whole app in a systemd user unit; now systemd terminates all the side processes for me, so at least I don’t have to fight that anymore…

I’ll keep an eye on it and see if I can find out anything else.