Hello,
I’ve been using aaPanel for a long time.
But recently, there’s been an issue with the newer versions regarding Node.js projects.

Please check the image I uploaded.
When trying to obtain an SSL certificate, it always shows this error, even though the proxy is not enabled at all.
This error only happens for projects that are run with PM2 and have a domain mapped to them.
Also, their domains are listed among the PHP domains.
The second issue is with the Node.js section:
If you try to run a project using aaPanel’s own tool (even if you run it with pm2 start ... commands),
it doesn’t behave like regular PM2.
If any error occurs, the project crashes immediately and stops running,
whereas with the real PM2 manager, the project would stay up and ready despite the error