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

Preview designer failing to load with beta portal layout #6233

Open
PedroAlmeidaMS opened this issue Dec 9, 2024 · 1 comment
Open

Preview designer failing to load with beta portal layout #6233

PedroAlmeidaMS opened this issue Dec 9, 2024 · 1 comment

Comments

@PedroAlmeidaMS
Copy link

PedroAlmeidaMS commented Dec 9, 2024

Describe the Bug with repro steps

  1. Open workflow
  2. open designer or code view
  3. Designer not loading
  4. State is incorrectly shown

What type of Logic App Is this happening in?

Standard (Portal)

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

{
  "definition": {
    "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
    "actions": {
      "Compose": {
        "type": "Compose",
        "inputs": {},
        "runAfter": {}
      },
      "Compose_1": {
        "type": "Compose",
        "inputs": {},
        "runAfter": {
          "Compose": [
            "SUCCEEDED"
          ]
        }
      }
    },
    "contentVersion": "1.0.0.0",
    "outputs": {},
    "triggers": {
      "When_a_HTTP_request_is_received": {
        "type": "Request",
        "kind": "Http"
      }
    }
  },
  "kind": "Stateful"
}

Screenshots or Videos

Image

Browser

Edge

Additional context

PortalHAR_LAIssue.sanitized.zip

innerErrors: ["ABORT_ERR: 20\r\nDATA_CLONE_ERR: 25\r\nDOMSTRING_SIZE_ERR: 2\r\nHIERARCHY_REQUEST_ERR: 3\r\nINDEX_SIZE_ERR: 1\r\nINUSE_ATTRIBUTE_ERR: 10\r\nINVALID_ACCESS_ERR: 15\r\nINVALID_CHARACTER_ERR: 5\r\nINVALID_MODIFICATION_ERR: 13\r\nINVALID_NODE_TYPE_ERR: 24\r\nINVALID_STATE_ERR: 11\r\nNAMESPACE_ERR: 14\r\nNETWORK_ERR: 19\r\nNOT_FOUND_ERR: 8\r\nNOT_SUPPORTED_ERR: 9\r\nNO_DATA_ALLOWED_ERR: 6\r\nNO_MODIFICATION_ALLOWED_ERR: 7\r\nQUOTA_EXCEEDED_ERR: 22\r\nSECURITY_ERR: 18\r\nSYNTAX_ERR: 12\r\nTIMEOUT_ERR: 23\r\nTYPE_MISMATCH_ERR: 17\r\nURL_MISMATCH_ERR: 21\r\nVALIDATION_ERR: 16\r\nWRONG_DOCUMENT_ERR: 4\r\ncode: 25\r\nmessage: Failed to execute 'postMessage' on 'MessagePort': Port at index 0 is already neutered.\r\nname: DataCloneError\r\nstack: DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Port at index 0 is already neutered.\n at https://ms.portal.azure.com/Content/Dynamic/b1a47JoDYVQh.js:317:4201\r\n"]

m

@takyyon
Copy link
Contributor

takyyon commented Dec 11, 2024

Syned offline and preview portal change has been reverted. Keeping this open to look into the bug before it gets to production

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