I'm deploying a Next.js application on a server using AppPanel and Nginx as a reverse proxy. After pulling the latest code, running npm install, npm run build, and restarting the server, the website still displays the old version.
Even after deleting the source code, pulling it again, and removing the .next folder, the UI remains unchanged.