Environment variable not read

Hello! I’m currently following the Full Stack tutorial (.NET / Angular) and I’m at the .NET part.
I have created the .env file, and tried to run the project using the dotnet run CLI command.
However, I get this error: Unhandled exception. System.Exception: Config variable missing: PORT.

Did I miss something? I used the sample code from the Github project.

Thank you.

Hi @ElToredo Are you still facing this error?