Open schenDisid opened 1 month ago
This is likely happening due to an app setting not being a string, I'll create a type check for this
I have the same issue, cant open my workflow
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.
never heard of LogicAppsNodePort setting o.O in your workflow ??
"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.
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