Hello everyone,
I'm currently facing an issue with running my Node.js project using the pm2-start option in aaPanel's Node Project settings.
Here’s the situation:
When I set the Run opt to pm2-start [pm2 start ecosystem.config.js], the application status always shows stopped.

However, when I use start [node server.js] as the Run opt, the application runs without any issues.

Details of my setup:
Node.js version: v18.20.4
PM2 version: 5.0.0
aaPanel settings: I have enabled Boot to allow the service to start with the system.
I would like to run this application through pm2-start for better process management and monitoring. Any insights into why the pm2-start option might be failing, or tips on how to troubleshoot this further, would be greatly appreciated.
Thank you in advance for any help!