Nuxt 3.12.1 - CONNECTION_REFUSED
Hi,
after upgrading to the new nuxt version, I get continuous errors :
GET https://localhost:24678/_nuxt/ net::ERR_CONNECTION_REFUSED
Anyone knows why this is happening? haven't seen anything like that before π
5 Replies
Is 24678 actual port where your app is running ?@Hjelmdal
Standard 3000
Think I have seen similar error while my app was not fully upgraded to 3.12.1
Try delete .nuxt, node_modules and make install
Recommended command to upgrade does not worked for me, I was needed to manually upgrade version of some modules in package.json
Also node update was needed 18.18.2 was not enough for nuxt kit, I have installed 18.20.3
Same issue here. Upgrade script didn't work for me either (Just installed the same version I was already running), so I upgraded manually. I've tried deleting node_modules and .nuxt. Running in a mono repo with multiple nuxt apps and I've only upgraded one of them.
What did you upgrade manually btw?