Azure / logicapps

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

SQL Based: Deployed logic app designer loading issue #1219

Closed vgouth closed 1 week ago

vgouth commented 1 month ago

Describe the Bug with repro steps

  1. Create a new Logic App Project
  2. Add a workflow to your local project
  3. Open the workflow.json file in designer and author a new workflow

    a. Add http request Trigger

    b. Add a compose action here with custom text

    c. Add a ServiceBus action. From the add new paramter dropdown add content and add random text in JSON format like {"a":"b"}

    d. Add a send email action with the body being the output of the compose action (step b)

    e. Add a new connection to your email action

    f. Add http response action

  4. Press F5 to build and run your project
  5. Run the workflow

    a. Open overview page. Right + Click on workflow.json file and "Overview"

    b. Copy call back URL from the overview page

    c. Send the http request POST via Postman and wait for the response

  6. Refresh the overview page and your should see your local run
  7. Open the monitoring view for your run from the overview page
  8. Verify the run details and action inputs and output
  9. Deploy to Azure
  10. Enter the deploying logic app name
  11. We need to get the next page to enter other details after entering the name.
  12. Once the deployment is successful.
  13. Open the deployed workflow a. Select the subscription -> -> Workflows b. Open the Logic App designer.

Expected: Designer should open.

Actual: Taking lot of time to open designer and sometimes designer is not opening showing the attached error. Tried with multiple deployments but still same issue.

What type of Logic App Is this happening in?

Standard (VSCode)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

Image

Browser

VS Code

Additional context

VSIX Version : 4.107.0

ccastrotrejo commented 1 month ago

Hi @vgouth

vgouth commented 1 month ago

Hello @ccastrotrejo

  1. This issue is happening consistently in only SQL artifact testing in this request.
  2. No, the deployed logic app is not opening in portal. Deployed around 4 logic apps and tried with 3 different network connections. But still same issue repro in this request.

Image Image

ccastrotrejo commented 4 weeks ago

@vgouth thanks! This one is related to BE, I will transfer it.

vgouth commented 1 week ago

@ccastrotrejo Issue does not repro in latest VS Code request. VSIX Version : 4.116.7-fixSessions Assuming this issue could be transient. Closing this issue as if now. Will reopen this issue if repro in future.