React Router doesn't work with Nginx?
Last updated:
React Router doesn't work?
NginX config should be like:
location / {
try_files $uri /index.html ;
}
Other requests should be redirected to /index.html.
NginX config should be like:
location / {
try_files $uri /index.html ;
}
Other requests should be redirected to /index.html.