React Nginx renvoie 404 après le rechargement
Change location in Nginx to this code below
location / {
try_files $uri /index.html;
}
Almabek
Change location in Nginx to this code below
location / {
try_files $uri /index.html;
}