Backend fails to start
See original GitHub issueTrying to start the backend in VSCODE, I can see the following log:
Azure Functions Core Tools
Core Tools Version: 4.0.4785 Commit hash: N/A (64-bit)
Function Runtime Version: 4.10.4.19213
Warning: Proxies are not supported in Azure Functions v4. Instead of 'proxies.json', try Azure API Management: https://aka.ms/AAfiueq
[2022-11-25T15:58:10.623Z] Csproj not found in c:\Users\junior\.vscode\extensions\durablefunctionsmonitor.durablefunctionsmonitor-6.0.0\backend directory tree. Skipping user secrets file configuration.
[2022-11-25T15:58:17.990Z] A host error has occurred during startup operation '4bac7748-7552-499c-aa98-c04bfd6e38b8'.
[2022-11-25T15:58:17.990Z] Microsoft.Azure.WebJobs.Extensions.Http: Could not load file or assembly 'System.Net.Http.Formatting, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.
ERROR: Value cannot be null. (Parameter 'provider')ERROR:
It does not complete.
Issue Analytics
- State:
- Created 10 months ago
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Backend fails to start. Similar to #2492 and #2500 · Issue #9187
I am trying to test backstage locally via https://backstage.io/docs/deployment/k8s and I can get my docker run -it -p 7007:7007 backstage to ...
Read more >DSS backend failed to start, project file corrupted
Hello, Hi, im running dataiku on ubuntu/WIndows Help dss has been fine until today when it froze while being used to creating a...
Read more >[SOLVED] Docker Failed to Start - Docker Desktop for Windows
On install, Docker fails to start (with Linux Containers). But if I switch to Windows Containers, Docker starts without any problems.
Read more >Fleet backend fails to start, but smart mode is OK : FL-11672
I think I can't diagnose not starting backend with just code 1, I need output (stdout?) from backend on that run to understand...
Read more >500 Internal Server Error - Backend Server | Apigee Edge
The backend server may fail for some reason. Edge Private and Public Cloud users. Common diagnosis steps. Use one of the following tools/techniques...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was facing the same issue reported by @junalmeida. Removing and installing the latest version of Azure Functions Core Tools (version 4.0.4915) fixed the issue.
I also updated tooling and it works like @xsurfer pointed out.