React nginx gibt 404 nach dem Nachladen zurück
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;
}