Next.js Discord

Discord Forum

Next.js turbo pack not hot reloading? what settings to use to match it poll or watch the file system

Unanswered
Siamese Crocodile posted this in #help-forum
Open in Discord
Siamese CrocodileOP
Within docker?


const nextConfig = {
output: "standalone",
experimental: {
turbo: {},
},
};

My current config

8 Replies

How come you’re not just running next dev —turbo
You can’t use turbo pack for build yet
It’s still unstable at the moment
Siamese CrocodileOP
wait
I am using next dev --turbo
But it doesnt hot reload
avian_local_nextjs | âš  Found a change in next.config.js. Restarting the server to apply the changes...
avian_local_nextjs | â–² Next.js 14.1.0 (turbo)
avian_local_nextjs | - Local: http://localhost:3000
avian_local_nextjs |
avian_local_nextjs | ✓ Ready in 2.3s
avian_local_nextjs | âš  Found a change in next.config.js. Restarting the server to apply the changes...
avian_local_nextjs | â–² Next.js 14.1.0 (turbo)
avian_local_nextjs | - Local: http://localhost:3000
avian_local_nextjs |
avian_local_nextjs | ✓ Ready in 2.3s
avian_local_nextjs | âš  Found a change in next.config.js. Restarting the server to apply the changes...
avian_local_nextjs | â–² Next.js 14.1.0 (turbo)
avian_local_nextjs | - Local: http://localhost:3000
avian_local_nextjs |
avian_local_nextjs | ✓ Ready in 2.3s

it can only find changes in next.config.js and not the rest of the codebase
Probably because turbo pack is still unstable try removing the —turbo and see if it hot reloads