DEV Community

Discussion on: How to fix Page Not Found on netlify

Collapse
 
olusegunadex profile image
olusegunadex

Easy fix;

In your root directory, create a _redirects file;

Add this;

/* /index.html 200
This should fix the issue for React apps hosted on Netlify.

Source: devsntechies.com/fix-page-not-foun...