#Nuxt 3.12.1 - CONNECTION_REFUSED
1 messages · Page 1 of 1 (latest)
Is 24678 actual port where your app is running ?@nova bluff
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.