Next.js Discord

Discord Forum

Too many[Fast Refresh] messages

Unanswered
Morelet’s Crocodile posted this in #help-forum
Open in Discord
Morelet’s CrocodileOP
I am new to NextJs development and recently noticed that I am getting a lot of [Fast Refresh] rebuilding and [Fast Refresh] done in xx ms messages. This usually happens after a full page reload or when navigating to a different page. When I am within a page there are ery few if any of these messages. Is this something that I need to be worried about?

Previously I believe there were only [Fast Refresh] rebuilding messages but after a recent update I see both rebuilding and done messages

Any help or thoughts will be appreciated as I am afraid I may be doing something fundamentally wrong to be getting so many messages.

7 Replies

Oak Titmouse
got the same issue, lmk if you find a soution
Oak Titmouse
hey, i disabled the turbopack flag and it seems to have fixed it for now
lmk if htat works for you
Morelet’s CrocodileOP
I'll try it out but I'd be interested to know if there is something going on in my the code that is triggering the rebuilds which could mean that there is an underlying issue. eg. too may updates
Oak Titmouse
does it have the same behavior when you're just reloading the page?
for me the behavior only happened on hmr
Morelet’s CrocodileOP
yes, most of the messages are from when I reload the page or navigate to a different page.