Posts by Antony Santos • 1 point
1 post
-
0
votes1
answer170
viewsA: cannot GET // React
Maybe it is a bad configuration on the server, for example when using Nginx, you need to add to the configuration file: location / { root /folder/subfolder/build; try_files $uri /index.html; } Where…