Last active
August 10, 2023 00:48
-
-
Save rickyhaswifi/1d3a208362f8f25de9c9f84b6a1ceea6 to your computer and use it in GitHub Desktop.
React Router Netlify - Fix for not found page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://stackoverflow.com/questions/58065603/netlify-renders-404-on-page-refresh-using-react-and-react-router | |
[[redirects]] | |
from = "/*" | |
to = "/index.html" | |
status = 200 |
Thanks! It really helped!
Had a serious issue with my client because of this.. Thanks a million times
Thank you very much
Thank You!
Hello,i have tried this solution but didnt solve my problem, as i can see on the internet a lot of people solved in this way.
What else can i do?
Legend thanks!
Thanks a ton! It worked for me. I was manually deploying the react app on netlify and upon including this file in the public folder, did wonders for me!
Indeed, thanks a lot!
Thanks for this solution, it really helped me.
Thank you!
This is excellent, thank you so much!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much!