Next.js Discord

Discord Forum

Nextjs app is not hot reloading !

Answered
Spid€r posted this in #help-forum
Open in Discord
my nextjs doesn't hot reload on page file update. it says "compiled" in the compiler.

nextjs version : 13.5.4
react: 18^
Answered by Cape lion
I found this issue: https://github.com/vercel/next.js/issues/51162

The solution was person said was installing node 20
View full answer

28 Replies

@Cape lion there u go
Cape lion
pretty fresh, did you try making another create next app and same problem?
yeh i tried re-installing the app multiple times
Cape lion
What's your node version?
16.13.1
Cape lion
have you written any component or change any file with a fresh project
no i haven't
Cape lion
weird, windows or mac?
windows
i'm contributing to one nextjs opensource repo
i dont see the problem there
Cape lion
Right you work with wsl2?
not sure what's wrong here
steps i followed to install next js : npx create-next-app app-name
Cape lion
Install newer Node
I reckon
yeh lemma do tht
Cape lion
I found this issue: https://github.com/vercel/next.js/issues/51162

The solution was person said was installing node 20
Answer
Cape lion
im on 18.17, and I have no problems
But I remember, I had some issues with app folder before on 16
after you reinstall node, delete .next again
even you could have said "i dont even bother seeing" but u didn't 🫡
Cape lion
no worries! Glad to help
ahh finally works !
thank u again been tryin to solve this morning
Cape lion
🎊