React App white screen

My react app works well after deployment. but returns a whit screen after refresh except the home directory, and I have added the /* to index.html rewrite (that made it stop showing 404 error)

Are there any errors in the dev console in your browser? When I did this with my Ember.js app, I was getting errors for my static assets (JavaScript and CSS files). So I not only had to add a rewrite rule for the index.html file, but also for my static assets.

I have something like this for mine:

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