Skip to content

4. Oh no, I am f ked

Tien Dat Pham edited this page Mar 22, 2022 · 3 revisions

dotnet run -c Release halts the program

You might need admin privilege

  • Try running these commands at the same path with Lilia.csproj
dotnet restore
dotnet build --no-restore -c Release
dotnet run --no-restore --no-build -c Release

"Unless you are testing the code, you should NOT see this on production"

  • Append -c Release after dotnet run
  • Or, ignore it :D

"No connection could be made because the target machine actively refused it"

"Could not find file '..../config.json'"

"Connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host X, user Y, database Z"