este problema se puede solucionar de diferentes maneras, pero nosotros te damos la que para nosotros es la respuesta más completa.
Ejemplo: No se puede acceder al sitio enlace roto o URL que no existe reaccionar netlify
If you see "Not Found" error while directly browsing to a specific path,For eg: https://yourdomain.com/something ,this might be helpfull(ReactJS):In your publicfolder(folder which contains index.html) create a file called _redirects with no extension.Then, type the following inside it:/* /index.html 200
Now save, commit, push and publish. :)
Reason for "Not Found" is because, when using router eg: React Router it handles all the routes but when you directly goto an endpoint, netlify must know where to redirect you. That is what we are specifying in the _redirects file.
Aquí tienes las reseñas y puntuaciones
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)