question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Backend fails to start

See original GitHub issue

Trying 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:open
  • Created 10 months ago
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
xsurfercommented, Dec 21, 2022

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.

1reaction
junalmeidacommented, Dec 21, 2022

I also updated tooling and it works like @xsurfer pointed out.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found