This is my env status.
My error log(web.stdout.log) is
May 28 08:02:32 ip-172-31-10-222 web: sh: /var/app/current/node_modules/.bin/react-scripts: Permission denied
I want to release my application with AWS Elastic beanstalk. So I tried these.
eb init
npm run build
eb create
But my env status just server. Didn’t change to OK. accessed through the root account using SSH.
sudo chmod +x node_modules/.bin/react-scripts
The above code was used to grant permission to ec2, but the status still remains on the server. The error log remains the same.