Changes not reflected in browser (even without Turbopack) #82505
Replies: 2 comments
-
Hi @AbelSanzDev, I’ve seen similar issues with Next.js where the browser doesn’t update with saved changes, even after disabling Turbopack. Here are some tips that helped me and others troubleshoot this:
sudo sysctl -w kern.maxfiles=524288
sudo sysctl -w kern.maxfilesperproc=524288 Then restart your machine.
If none of these help, consider creating a minimal reproducible repo and sharing it here so the community can help debug further. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi, is this still happening? do you have a repository? I've seen that some people have issues with AI powered IDEs not correctly saving the file. I suggest this because it looks link in your case it is intermittent. Could we see more of the codebase? A couple of weeks ago I found this discussion, #81538 (reply in thread) maybe it is the same case for you? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
In my Next.js 15.4.5 project on macOS, sometimes after saving a file, the browser doesn’t update with the latest changes.
At first, I thought it was due to
--turbopack
, so I disabled it, but a few days later the issue returned.Now the only way to see changes is by opening the site in Google Chrome Incognito.
Environment:
Has anyone else experienced this issue? Any tips on how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions