Skip to content
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

JavaScriptCode action incompatible with local function #1187

Open
RobBowman opened this issue Sep 30, 2024 · 3 comments
Open

JavaScriptCode action incompatible with local function #1187

RobBowman opened this issue Sep 30, 2024 · 3 comments

Comments

@RobBowman
Copy link

RobBowman commented Sep 30, 2024

Describe the Bug

It seems that once a JavaScriptCode action is added to a workflow of an app that contains a local function, it then becomes impossible to use vs code to attach debugger to the logic app

Plan Type

Standard

Steps to Reproduce the Bug or Issue

Create a new BRE logic app (as an easy was to create an app with a local function). Build the function and test ability to attach debugger to logic app. Add a JavaScriptCode action to the workflow. Attempt to attach debugger to the logic app - it will fail with:
Worker failed to load function: 'WorkflowNodeWorker' with functionId
Invalid entry point configuration. The function entry point must be defined in the format .

Workflow JSON

No response

Screenshots or Videos

No response

Additional context

I have published a demo project to this repo: https://github.com/RobBowman/la-javascript-error

Windows VS Code Extension: v1.15.4
Node version: v22.9.0

@Andrew-Lahikainen
Copy link

Seeing this as well.

@Andrew-Lahikainen
Copy link

This repo isn't monitored is it?

@Andrew-Lahikainen
Copy link

Rolling back version v4.57.7 of the Azure Logic Apps extension worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants