This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Designer view does not work with Logic Apps using managed identity #251
Labels
bug
Something isn't working
While trying to edit existing logic apps the designer view does not load. It stays blank. Creating a new logic app via the extension and copying in the code from the pre-existing logic apps does work. Tried looking at the debug console and problems tab to see if any errors are reported. Unfortunately no erros showed. Steps to reproduce:
creating the new logic app only works locally, after creating the new logic app in windows. The designer works there. Opening it on another device results in the same blank screen. It's probably related to some local resource that is missing or not correctly configured.
Looking at the developer console shows the following error:
Uncaught (in promise) Common.UnsupportedException: Cannot render designer due to presence of managed identity connections. at r.t [as constructor] (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/core.designer.min.js:1:277363) at new r (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/core.designer.min.js:1:153260) at t.<anonymous> (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/core.designer.min.js:1:1410466) at step (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/tslib.js:143:27) at Object.next (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/tslib.js:124:57) at https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/tslib.js:117:75 at new Promise (<anonymous>) at Object.__awaiter (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/tslib.js:113:16) at t.deserialize (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/core.designer.min.js:1:1409864) at e.<anonymous> (https://ema.hosting.portal.azure.net/ema/Content/2.20418.1.2/Scripts/logicappdesigner/core.designer.min.js:1:2185788)
Tested both on Windows and MacOS.
The text was updated successfully, but these errors were encountered: