Reloading Page returns Blank Page

I have a Static page deployed using React App, the site works fine until I have to reload the page on the other urls that are not the home ‘/’ url, like site/menu.com.
I changed the rewrite rules like the Docs say and even cleared cache and re deployed it but no good
I checked console and I have no errors, just a blank screen, have been trying to figure this out for a while

I figured it out!!
when setting the rewrite rule dont forget the ‘/’ when setting ‘/index.html’

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.