Hello,
I just try to deploy my angular app V13 with the tool pm2. everything was going well until i tried to setup my certificate and deploy ssl for https.
How could we reproduce this issue?
I setup the package.json
ng run <myproject>:serve-zip --configuration production --host 0.0.0.0 --disable-host-check --ssl
and the angular.json
What's going wrong?
Hello, I just try to deploy my angular app V13 with the tool pm2. everything was going well until i tried to setup my certificate and deploy ssl for https.
How could we reproduce this issue?
I setup the package.json
ng run <myproject>:serve-zip --configuration production --host 0.0.0.0 --disable-host-check --ssl
and the angular.jsonSupporting information
When i launch with the command ng run directly everything is ok but when i use pm2 start i got this error
$ pm2 report