I've made some changes on a simple landing with React, which is placed in a NGINX server. After done pull from repo and see the report from git that show how the changes has been carried out satisfactorily. I don't notice any change when I go to the corresponding domain, I've tried the following steps:
I've removed and rebuild the statics files with command npm run build
I've verified and there was no directory nginx in the path var/cache/nginx
I've cleared the cache in my browser
I restarted the NGINX server
I've removed all the project and clone it again from 0. And it continue showing the last version of the web
Seeking, I found an other post with the same problem React app is not updating on web server after git pull, but nobody gave any solution.
To be honest I don't use to work with React, Does anyone come up with something? Thanks you very much.