Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
367 stars 302 forks source link

Logic App Standard issues with Azurite 3.25 #841

Closed timjansenortec closed 1 year ago

timjansenortec commented 1 year ago

Describe the Bug

There seem to be issues when running logic app standard locally together with Azurite 3.25

When running logic apps locally, the management API does not return runs anymore. API: /runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs also see https://stackoverflow.com/questions/76758903/vs-code-has-suddenly-stopped-displaying-logic-app-standard-run-history

It seems that nothing can be read from storage anymore. I have a step in a workflow that is giving secured output: when accessing the output in a next step it gives this error: 'System.InvalidOperationException: The referenced action '' with sequencer Id '' is not completed successfully

Reverting to Azurite 3.24 solved the issue for me.

Plan Type

Standard

Steps to Reproduce the Bug or Issue

  1. Create a new flow locally in VSCode
  2. Start the flow
  3. History stays empty

Workflow JSON

No response

Screenshots or Videos

No response

Additional context

No response

AB#24639567

mark-abrams commented 1 year ago

I have exactly the same issue, and downgrading Azurite to 3.24.0 also solved the problem.

ccastrotrejo commented 1 year ago

Hi all, please downgrade and use the 3.24.0 version as a workaround for now. Thanks for raising this issue

ccastrotrejo commented 1 year ago

Hi all, a new azurite version was released (3.25.1) please update to that version. This version should work as expected, if not please let me know