I have a boring problem that I can’t solve..
I tried in all ways but I don’t understand why if I call the application through the IP:3000 it loads updated files, but if I try to call it trough https://domainname.ext it doesn’t want to serve new files.
I tried to delete node_modules and rebuild it (npm install); to run "npm run eject" and rebuild the app; pm2 kill and restart; reboot the server but nothing…
The App is configured to run with Nginx as reverse proxy over https.
2
Answers
Finally 😌
in my server block of nginx configuration i just changed from localhost to IP addr
}
Classically one of the following solutions: