React Nginx Devuelve 404 después de la recarga
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;
}