You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was facing an issue with the reload in Next.js. It wasn't detecting updates from VSCode, and when I manually triggered a reload, it took more than 10 seconds to update. I found that the problem was related to the .gitignore file. For some reason, when the project doesn’t have this file, the reload process gets stuck. Is this normal, or could it be a bug?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
I was facing an issue with the reload in Next.js. It wasn't detecting updates from VSCode, and when I manually triggered a reload, it took more than 10 seconds to update. I found that the problem was related to the .gitignore file. For some reason, when the project doesn’t have this file, the reload process gets stuck. Is this normal, or could it be a bug?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions