Local dev fails after some time
Repo: https://github.com/sebastiangraz/hatchet
Running
npm run dev works initially with no errors, after I make a few changes and hot-reloads I get the following error and my localhost:3000 disconnects fully, I have to reconnect every 2-3 hmr changes, not ideal.
Same with npm:nitro-nightly@latest
Anyone else get this?4 Replies
foreign-sapphire•3mo ago
Yes i have the same issue
correct-apricot•3mo ago
yep, also seeing this error
flat-fuchsia•3mo ago
most likely a nitro issue
can you please comment out nitro in vite config and see if this still occurs?
if this only occurs with nitro, can you please create an issue at https://github.com/nitrojs/nitro/issues/
?
foreign-sapphireOP•2mo ago
Can confirm commenting out nitro() fixed it. Someone else opened a similar issue