Easiest way to fix navegation error usign Netlify

So I developed the English Online Games to learn some Vuejs and SPA development, I was proud of my work so published it in Netlify but as soon it ran I got an error.
After searching a lot, I find this much complicated and the easiest way to fix it is …


This content originally appeared on DEV Community and was authored by Jorge Madson

Netlify 404 error print screen
So I developed the English Online Games to learn some Vuejs and SPA development, I was proud of my work so published it in Netlify but as soon it ran I got an error.
After searching a lot, I find this much complicated and the easiest way to fix it is by creating a file name "_redirects" in your public folder, like this:

_redirects

/* /index.html 200

Here you can see the file in my repository:

https://github.com/JorgeMadson/englishonlinegames/blob/main/public/_redirects


This content originally appeared on DEV Community and was authored by Jorge Madson


Print Share Comment Cite Upload Translate Updates
APA

Jorge Madson | Sciencx (2022-04-14T00:12:45+00:00) Easiest way to fix navegation error usign Netlify. Retrieved from https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/

MLA
" » Easiest way to fix navegation error usign Netlify." Jorge Madson | Sciencx - Thursday April 14, 2022, https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/
HARVARD
Jorge Madson | Sciencx Thursday April 14, 2022 » Easiest way to fix navegation error usign Netlify., viewed ,<https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/>
VANCOUVER
Jorge Madson | Sciencx - » Easiest way to fix navegation error usign Netlify. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/
CHICAGO
" » Easiest way to fix navegation error usign Netlify." Jorge Madson | Sciencx - Accessed . https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/
IEEE
" » Easiest way to fix navegation error usign Netlify." Jorge Madson | Sciencx [Online]. Available: https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/. [Accessed: ]
rf:citation
» Easiest way to fix navegation error usign Netlify | Jorge Madson | Sciencx | https://www.scien.cx/2022/04/14/easiest-way-to-fix-navegation-error-usign-netlify/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.