-
What version of Next.js are you using?12.0.3 What version of Node.js are you using?14.15.0 What browser are you using?95.0.4638.69 (Official Build) (arm64) What operating system are you using?macOS Monterey 12.0.1 How are you deploying your application?next dev Describe the BugAfter creating a project using However, when I change some text and save the I've tried other package installers, different versions of Expected BehaviorThe text changed and saved in the To Reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Maybe you have a leftover service worker? We have extensive tests covering Fast Refresh so it must be a specific case on your machine, in general that has been that a serviceworker from another projected was loaded. Converting this to the GitHub discussions help section 👍 |
Beta Was this translation helpful? Give feedback.
-
Do you have any security software or other globally installed applications on your machine that might be affecting things? Based on what you've described, it does sound like a machine-specific issue. This could help us debug what's on your machine that's causing this 😄 |
Beta Was this translation helpful? Give feedback.
-
funnily enough , i also exprience this problem ..... I Was working on my next app, then all of a sudden it stopped hot reloading until i close the server and run it again. Even after running it again , when i make a change while the server , it still doesnt reflect the change until i restart the server again my version = Next.js (14.1.3) i later found out i misstyped a component name while importing it i was trying to import and it kept on not autocompiling until i made the change |
Beta Was this translation helpful? Give feedback.
@timneutkens @leerob Thanks for looking into this. I think I've found the issue here: I had my project in a hidden directory
~/.git
. The problem was solved when I moved the project to a directory that does not have a leading period in its name.