I have a multipage React App that I have used the create-react-app tool to make, however it's come to the point where I need to deploy it. The issue I am having is that the Router doesn't seem to work properly when I upload to cPanal, for example /Library will throw a 404, when locally it will just serve the /Library page.
Does anyone have any experience with deploying multipage apps with React to cPanal?