React JS App Routing Issue Only After Deploying to Azure Web App
问题 I have a React JS app, with React Router.During development, npm start, I get no issues. I visit the following location as usual. http://localhost:3000 and due to the routing code, it becomes http://localhost:3000/index and the app loads just fine. At this point, I hit reload, the app continues to run fine. I manual link or load 'http://localhost:3000/index', the app runs fine. Then, later, I do an npm build, go inside this build folder, and do an npm start, again, the same thing. the app