React URLs are not Accessible
问题 hi i've run following command pm2 start process.json on ec2 AWS. Here is my process.json file { "script": "serve", "env": { "PM2_SERVE_PATH": './build', "PM2_SERVE_PORT": 5000 } } When I run the pm2 command shown above. I can access the Base URL. But when I type the Sub URLs from browser, it shows a page that contains 404 |The requested path cannot be found. Below is my file structure I am generating the project using npm run build then pm2 start process.json 回答1: So the app starts up and you