when I try to run the app, this message appears
$ yarn dev
yarn run v1.22.19
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from D:\path\path\client\.env.local
event - compiled client and server successfully in 1963 ms (261 modules)
wait - compiling /_error (client and server)...
event - compiled client and server successfully in 153 ms (262 modules)
warn - Fast Refresh had to perform a full reload.
Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works
wait - compiling / (client and server)...
event - compiled client and server successfully in 4s (612 modules)
warn - Fast Refresh had to perform a full reload.
Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works
wait - compiling...
event - compiled client and server successfully in 396 ms (611 modules)
wait - compiling...
event - compiled client and server successfully in 272 ms (611 modules)
and there is this warn:
warn - Fast Refresh had to perform a full reload.
Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works
so when I try to go to the localhost I can't see the main content, just the warning message I add
and every time I tried to refresh the page or restart the server, the main content appears for very speed scene and then disappear and the same image appears for ever
