Storage Explorer Version:
Build Number:
Platform/OS:
Architecture:
I'm following these steps and getting the error below if I try and connect via string, access key or SAS:
Error occurred while adding new connection: TypeError:Cannot read property 'uids' of undefined
@ayon1911 , if there is any, could you please share the error that you are seeing when you encountered the issue?
@phuketk0k , for your problem, we have fixed the undefined 'uid' in 1.10, which will be released very soon. In fact, the error you are seeing should not block you. If you go to the tree view panel, the account you are trying to connect to should be there.
FWIW, I encountered this as well. And as you noted, the storage account was there - I had to expand the "Local and Attached" group to find it.
For completeness, the error was:
Error occurred while adding new connection: TypeError:Cannot read property 'uids' of undefined
And the full details were:
{
"name": "TypeError",
"message": "Cannot read property 'uids' of undefined",
"__zone_symbol__error": {
"originalStack": "Error: Cannot read property 'uids' of undefined\n at AppInsightsAsyncCorrelatedErrorWrapper.ZoneAwareError (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:811:33)\n at new AppInsightsAsyncCorrelatedErrorWrapper (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:172:18)\n at Function.ExceptionSerializer.deserialize (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/se-exception-serializer/dist/ExceptionSerializer.js:49:28)\n at CloudExplorerProxyMarshaler.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:76:91)\n at Object.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:99:76)\n at Function.<anonymous> (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:28:63)\n at step (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:136:27)\n at Object.next (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:117:57)\n at /Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:110:75\n at new ZoneAwarePromise (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:551:29)\n at Object.__awaiter (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:106:16)\n at JsonPortMarshaler.standardMarshaler.(anonymous function) [as finalizeOperation] (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:22:32)\n at JsonPortMarshaler.onMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/marshaler.js:101:41)\n at Port.EventTarget.dispatchEvent (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/common/event.js:69:30)\n at Port.processMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/communication.js:163:18)",
"zoneAwareStack": "Error: Cannot read property 'uids' of undefined\n at AppInsightsAsyncCorrelatedErrorWrapper.ZoneAwareError (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:811:33)\n at new AppInsightsAsyncCorrelatedErrorWrapper (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:172:18)\n at Function.ExceptionSerializer.deserialize (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/se-exception-serializer/dist/ExceptionSerializer.js:49:28)\n at CloudExplorerProxyMarshaler.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:76:91)\n at Object.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:99:76)\n at Function.<anonymous> (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:28:63)\n at step (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:136:27)\n at Object.next (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:117:57)\n at /Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:110:75\n at new ZoneAwarePromise (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:551:29)\n at Object.__awaiter (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:106:16)\n at JsonPortMarshaler.standardMarshaler.(anonymous function) [as finalizeOperation] (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:22:32)\n at JsonPortMarshaler.onMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/marshaler.js:101:41)\n at Port.EventTarget.dispatchEvent (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/common/event.js:69:30)\n at Port.processMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/communication.js:163:18)"
},
"stack": "TypeError: Cannot read property 'uids' of undefined\n at StorageExplorerProvider.<anonymous> (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:282:51)\n at step (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:47:23)\n at Object.next (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:28:53)\n at fulfilled (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:19:58)\n at <anonymous>",
"originalStack": "Error: Cannot read property 'uids' of undefined\n at AppInsightsAsyncCorrelatedErrorWrapper.ZoneAwareError (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:811:33)\n at new AppInsightsAsyncCorrelatedErrorWrapper (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:172:18)\n at Function.ExceptionSerializer.deserialize (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/se-exception-serializer/dist/ExceptionSerializer.js:49:28)\n at CloudExplorerProxyMarshaler.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:76:91)\n at Object.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:99:76)\n at Function.<anonymous> (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:28:63)\n at step (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:136:27)\n at Object.next (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:117:57)\n at /Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:110:75\n at new ZoneAwarePromise (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:551:29)\n at Object.__awaiter (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:106:16)\n at JsonPortMarshaler.standardMarshaler.(anonymous function) [as finalizeOperation] (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:22:32)\n at JsonPortMarshaler.onMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/marshaler.js:101:41)\n at Port.EventTarget.dispatchEvent (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/common/event.js:69:30)\n at Port.processMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/communication.js:163:18)",
"zoneAwareStack": "Error: Cannot read property 'uids' of undefined\n at AppInsightsAsyncCorrelatedErrorWrapper.ZoneAwareError (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:811:33)\n at new AppInsightsAsyncCorrelatedErrorWrapper (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:172:18)\n at Function.ExceptionSerializer.deserialize (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/se-exception-serializer/dist/ExceptionSerializer.js:49:28)\n at CloudExplorerProxyMarshaler.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:76:91)\n at Object.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:99:76)\n at Function.<anonymous> (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:28:63)\n at step (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:136:27)\n at Object.next (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:117:57)\n at /Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:110:75\n at new ZoneAwarePromise (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:551:29)\n at Object.__awaiter (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:106:16)\n at JsonPortMarshaler.standardMarshaler.(anonymous function) [as finalizeOperation] (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:22:32)\n at JsonPortMarshaler.onMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/marshaler.js:101:41)\n at Port.EventTarget.dispatchEvent (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/common/event.js:69:30)\n at Port.processMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/communication.js:163:18)",
"__zone_symbol__stack": "TypeError: Cannot read property 'uids' of undefined\n at StorageExplorerProvider.<anonymous> (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:282:51)\n at step (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:47:23)\n at Object.next (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:28:53)\n at fulfilled (file:///Applications/Microsoft%20Azure%20Storage%20Explorer.app/Contents/Resources/app/out/CloudHub/js/Providers/StorageExplorer/StorageExplorerProvider.js:19:58)\n at <anonymous>",
"__zone_symbol__name": "TypeError",
"__zone_symbol__message": "Cannot read property 'uids' of undefined",
"__zone_symbol__originalStack": "Error: Cannot read property 'uids' of undefined\n at AppInsightsAsyncCorrelatedErrorWrapper.ZoneAwareError (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:811:33)\n at new AppInsightsAsyncCorrelatedErrorWrapper (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:172:18)\n at Function.ExceptionSerializer.deserialize (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/se-exception-serializer/dist/ExceptionSerializer.js:49:28)\n at CloudExplorerProxyMarshaler.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:76:91)\n at Object.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:99:76)\n at Function.<anonymous> (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:28:63)\n at step (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:136:27)\n at Object.next (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:117:57)\n at /Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:110:75\n at new ZoneAwarePromise (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:551:29)\n at Object.__awaiter (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:106:16)\n at JsonPortMarshaler.standardMarshaler.(anonymous function) [as finalizeOperation] (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:22:32)\n at JsonPortMarshaler.onMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/marshaler.js:101:41)\n at Port.EventTarget.dispatchEvent (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/common/event.js:69:30)\n at Port.processMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/communication.js:163:18)",
"__zone_symbol__zoneAwareStack": "Error: Cannot read property 'uids' of undefined\n at AppInsightsAsyncCorrelatedErrorWrapper.ZoneAwareError (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:811:33)\n at new AppInsightsAsyncCorrelatedErrorWrapper (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/applicationinsights/out/AutoCollection/CorrelationContextManager.js:172:18)\n at Function.ExceptionSerializer.deserialize (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/se-exception-serializer/dist/ExceptionSerializer.js:49:28)\n at CloudExplorerProxyMarshaler.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:76:91)\n at Object.finalizeOperation (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/CloudExplorerProxyMarshaler.js:99:76)\n at Function.<anonymous> (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:28:63)\n at step (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:136:27)\n at Object.next (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:117:57)\n at /Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:110:75\n at new ZoneAwarePromise (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/zone.js/dist/zone-node.js:551:29)\n at Object.__awaiter (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/tslib/tslib.js:106:16)\n at JsonPortMarshaler.standardMarshaler.(anonymous function) [as finalizeOperation] (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/out/app/renderer/marshalers/StandardMarshaler.js:22:32)\n at JsonPortMarshaler.onMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/marshaler.js:101:41)\n at Port.EventTarget.dispatchEvent (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/common/event.js:69:30)\n at Port.processMessage (/Applications/Microsoft Azure Storage Explorer.app/Contents/Resources/app/node_modules/daytona/pluginHost/messaging/communication.js:163:18)"
}
Can y'all please update to 1.10.1 and try again? We have fixed the Cannot read property 'uids' of undefined issue. Please open a new issue if you continue to encounter problems.
Most helpful comment
@phuketk0k , for your problem, we have fixed the undefined 'uid' in 1.10, which will be released very soon. In fact, the error you are seeing should not block you. If you go to the tree view panel, the account you are trying to connect to should be there.