Static react app can't navigate or refresh other than / url – Reactjs
I created my react app with create-react-app and I built it with the yarn build. Then I am using Express js server to render the static react app. My react app is using react router. When I try navigate to…