Next.js Discord

Discord Forum

Too many fast refresh logs? Should I worry?

Unanswered
American Crocodile posted this in #help-forum
Open in Discord
Original message was deleted.

2 Replies

Original message was deleted
Each time the file changes, nextjs rebuilds the page which results in those logs. So if this is consistent with the number of times the file changes when you develops the page, it is fine
Original message was deleted
Two lines every time any file in your codebase changes. Could be due to autosave in your IDE too, not just you manually ctrl+s’ing. Then yes it’s normal.

If you don’t change any files but all of them still keep showing up then no it’s not normal.