-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'uriString') #3103
Comments
@RudyCo , you need to run The API src-code requires values to be set on the ENV and that happens after azd creates resources on Azure. There should be a |
|
@RudyCo , yeah, it is missing |
Also, FYI, we are close to merge a change to .net azd-todo-samples to use .NET8 instead of 6. PR: #3017 |
Created #3107 to follow up. |
I confirm that it works fine once deployed to Azure! Thanks a lot. |
Locally, if I use the Start Web command, it failed with the following error:
|
I can run the Web application locally successfully with the |
Output from
azd version
azd version 1.5.0 (commit 012ae73)
Describe the bug
To Reproduce
VS Code Command > Run Task > Start API
Expected behavior
API should start normally.
Environment
Information on your environment:
* Language name and version : C#, .NET 8
* IDE and version : Visual Studio Code 1.85.0
Additional context
Template : todo-csharp-sql-swa-func
The text was updated successfully, but these errors were encountered: