Page Not Found Error in React App Route

@nalou See this support guide:

Since your project is react based it’ll be an SPA (Single Page Application), so you’ll need to add the appropriate redirect rule to route all paths to the index.html file.

/* /index.html 200
1 Like