Open
Description
Just found out earlier that I've been getting an error when I tried deploying a new Laravel application. When I checked the logs, it says something like this.

This is the current code which is causing the issue:
sudo amazon-linux-extras enable epel
sudo yum install -y epel-release
sudo yum -y update
sudo yum -y install supervisor
sudo systemctl start supervisord
sudo systemctl enable supervisord
sudo cp .platform/files/supervisor.ini /etc/supervisord.d/laravel.ini
sudo supervisorctl reread
sudo supervisorctl update
When I checked on Google, it says here that it was because I used the Amazon Linux 2023 image instead of AL2.
I hope you can update this to fix the issue.
Metadata
Metadata
Assignees
Labels
No labels