My Next.js App is running smoothly on my client when I do npm run build and test it with node server js. However, the issue arises when I move the app to a production server. After executing npm run build on the server, everything seems to work fine except for the fact that the css files are not picking up the latest changes (they still have the old code).
Can someone provide assistance in resolving this issue?
Thank you in advance.