Ubuntu – Dotnet run fails after pm2 reload
I'm trying to deploy an Asp.Net Core project to a ubuntu 22.04.2 server. I cloned my git repo, built it with 0 compilation errors, and spawned a process with pm2 with the following command pm2 start --name "dotnet" "dotnet watch…