Why my node project (Next Js 14) when i update with this step git pull > npm run build > npm run start not showing updated project, but still showing old version project. And that old version project still showing when I stop running node project. Cache? or what, I want to solution for that. Thanks
node project still showing old project when i update and stop running node
Hello, it is recommended that you use the incognito mode of your browser to access it. Is it normal?
Also use the command to check if the project is running?
2 months later
i have check that in another browser or incognito mode, still showing old build update
I have been facing this problem for Node JS project (Next JS). I cleared the Cloudflare cache, deleted the site, and added it again, but it is still the server cache version. I tired to check incognito mode, new network, VPN, adding custom header to remove cache control, but it server real version if I run dev mode.