Compilation of Next.js is running without stopping. #81230
-
SummaryI am developing using next dev, but as shown in the log below, the compilation runs indefinitely and the page keeps reloading. Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Jul 4, 2025
Replies: 2 comments 13 replies
-
Is something changing the file all the time? All I have running is VSCode, Terminal, and Chrome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Like this v1.mp4 |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok @ybd-project I've got it! It works with
dist: "build"
because/build
is likely in your.gitignore
file.Add
/dev
to.gitignore
and it'll work fine -Turbopack is just smart enough to realize that it shouldn't watch over the files it just output -