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.

VSCode extension cannot show overview since version 1.0.7

See original GitHub issue

Hi,

We have a logic app that works perfectly well when deployed in Azure, but not in development with VSCode. (converted to dotnet style project with the plugin) Everything was working with version 1.0.6 but in 1.0.7 and 1.0.8 when I want to see the overview on any workflow in the logicapp I get a message similar to

Workflow run history could not be loaded. Error: ‘Could not establish connection to the host. Run your function project to view the run history. Failed to execute ‘fetch’ on ‘Window’: Failed to parse URL from http://localhost:undefined/runtime/webhooks/workflow/api/management/workflows/Stateful1/runs?api-version=2019-10-01-edge-preview’

I’ve justed tested and verified this after creating a new (nodejs) logicapp from the extension (v1.0.8) and I get the same result.

Can you look into this, since one of the selling points for my team was the local dev experience

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:10

github_iconTop GitHub Comments

2reactions
kennyMSFTcommented, Nov 11, 2021

Hello @kaylumah

That is great to hear. func host start still works.

But something I have noticed is I have to run the Logic App first by clicking Run -> Start Debugging/Run without Debugging. After that first run I am then able to use func host start to run the logic app and view the overview.

I am not sure why that behaviour and will let the team know.

Thanks

0reactions
github-actions[bot]commented, Oct 28, 2022

This issue was closed because it has been inactive for 7 days since being marked as stale.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Code Frequently Asked Questions
If you do not want extensions to automatically update, you can clear the Extensions: Auto Update check box in the Settings editor (Ctrl+,)....
Read more >
Why after update VSCode giving this error? Could not read ...
My program was working before updating Visual Studio Code. After updating, Why am I get this error? Could not read source map for...
Read more >
Bug - [SOLVED] VS Code does not recognize Unity
VS Code does not recognize anything from unity and I see error messages like "The type or namespace name 'MonoBehavior' could not be...
Read more >
How to Configure Visual Studio Code to run PowerShell ...
Before configuring Shell Launcher, I want to set PowerShell Core as the default PowerShell version. To do so, open up the VS Code...
Read more >
Visual Studio Code | Metals
The extension activates when the main directory contains build.sbt or build.sc file, a Scala file is opened, which includes *.sbt , *.scala and ......
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