Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 84 forks source link

settingValue.startsWith is not a function #5736

Open schenDisid opened 1 month ago

schenDisid commented 1 month ago

Describe the issue

Go to workflow, Open Designer and shows settingValue.startsWith is not a function error from Azure Logic Apps

Are you using new designer or old designer

New Designer (With action panels)

Screenshots or Videos

No response

Browser

Additional context

No response

Eric-B-Wu commented 1 month ago

This is likely happening due to an app setting not being a string, I'll create a type check for this

FlipFlop17 commented 1 month ago

I have the same issue, cant open my workflow image

schenDisid commented 1 month ago

I fixed it in my workflow changing type "LogicAppsNodePort": "5000" to string because before I was putting it as a number (5000). It's weird tho, at first I put 5000 and it is working but suddenly it started showing that issue.

FlipFlop17 commented 1 month ago

never heard of LogicAppsNodePort setting o.O in your workflow ??

schenDisid commented 1 month ago

"LogicAppsNodePort": "5000".

Used to execute javascript code using node.js lib (version 16.X.X). It must be declared to be listened on port 5000 while i execute js code. That was my 'main' trouble as fast as i fixed it, it disappeared.