Hot Reload in Next js is not working .
Unanswered
Ancient Murrelet posted this in #help-forum
Ancient MurreletOP
I created an new next js app which is of latest version and I enable the options of type script, Eslint, (not enable src). and I changed the page.tsx content which is default and when ever I need to see those changes which I made I need to restart the server for that (every time) is there any solution for it
1 Reply
Are you running your application in development (example: npm run dev) or in production (example: npm run start)?