OfficeDev / teams-toolkit

Developer tools for building Teams apps
Other
457 stars 187 forks source link

bug report: Teams Toolkit: app doesn't exist or no permissions when Local Debug with F5 #5310

Closed rnag closed 2 years ago

rnag commented 2 years ago

Describe the bug Hi there, curious if there were any recent changes to teams toolkit extension in vs code? I am trying to do local debug for a teams app, and it was working fine yesterday but today it's failing with error. I confirmed account and all other info is same in my case.

Here is error I am receive: The app you want to add doesn’t exist in this org or you don’t have permission to access it.

To Reproduce Steps to reproduce the behavior:

  1. Open VS code
  2. Press local debug (F5 keyboard)
  3. Deploys with ngrok
  4. Sign in with ms account if needed
  5. Browser opens, but displays error as soon below

Expected behavior There is no error displayed and I'm able to do local debug with my teams app on teams local web interface in browser window.

Screenshots image

VS Code Extension Information (please complete the following information):

CLI Information (please complete the following information):

Additional context Output from VS Code Debug Console -> Launch Bot (Chrome):

Could not read source map for https://teams.microsoft.com/serviceworker.js: Unexpected 404 response from https://teams.microsoft.com/service-worker.js.map:
AUTHSTRAPMSAL: Main handleWindow
AUTHSTRAPMSAL: Environment: audience: organizations, common front door: primary
AUTHSTRAPMSAL: Account profile expired
AUTHSTRAPMSAL: Logging user in
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose LoginRedirect has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose AcquireTokenInteractive has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Account set from MSAL Cache
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose User session exists, login not required
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose AcquireTokenHelper has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Interaction type: redirectInteraction. isLoginCall: true
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose No cached metadata for authority
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Telemetry Event started: d7cd98cf-17f3-4a25-b9c9-f383081d911f_bfa32834-d65f-40f8-a11f-f360b4004c8b-msal.http_event
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Telemetry Event stopped: d7cd98cf-17f3-4a25-b9c9-f383081d911f_bfa32834-d65f-40f8-a11f-f360b4004c8b-msal.http_event
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Telemetry Event started: d7cd98cf-17f3-4a25-b9c9-f383081d911f_c737da76-87e8-47ad-98e1-3e2660d7689b-msal.http_event
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Telemetry Event stopped: d7cd98cf-17f3-4a25-b9c9-f383081d911f_c737da76-87e8-47ad-98e1-3e2660d7689b-msal.http_event
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Finished building server authentication request
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Updating cache entries
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Query parameters populated from account
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Interaction type redirect but login call is true. State not cached
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:38 GMT:1.3.4-Verbose Navigating window to urlNavigate
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose GetResponseState has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Hash contains state. Creating stateInfo object
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose State matches cached state, setting requestType to login
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Info Returned from redirect url
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose HandleRedirectAuthenticationResponse has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Window.location.hash cleared
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose GetResponseState has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Hash contains state. Creating stateInfo object
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose State matches cached state, setting requestType to login
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Default navigation to start page after login turned off
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Info ProcessCallBack has been called. Processing callback from redirect response
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose SaveTokenFromHash has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Info State status: true; Request type: LOGIN
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Server returns success
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Info State is right
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Fragment has session state, caching
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Info Fragment has idToken
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Fragment has clientInfo
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose PopulateAuthority has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Account object created from response
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose IdToken has nonce
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Nonce matches, saving idToken to cache
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose SaveAccessToken has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Response parameters does not contain scope, clientId set as scope
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Saving token to cache
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose New expiration set
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Status set to complete, temporary cache cleared
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Response tokenType set to id_token
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Setting redirectResponse
AUTHSTRAPMSAL: Main handleWindow
AUTHSTRAPMSAL: Environment: audience: organizations, common front door: primary
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose AuthResponseHandler has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Interaction type is redirect
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose One callback was provided to handleRedirectCallback, calling authResponseCallback with response
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose GetCachedToken has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Getting all cached access tokens
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Authority passed, filtering by authority and scope
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Single token found
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Evaluating access token found
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Token expiration is within offset, renewing token
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Response generated and token set
AUTHSTRAPMSAL: Enterprise (AAD or MSA) account
AUTHSTRAPMSAL: Redirecting to index
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose GetCachedToken has been called
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Getting all cached access tokens
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Authority passed, filtering by authority and scope
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Single token found
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Evaluating access token found
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Token expiration is within offset, renewing token
AUTHSTRAPMSAL:MSAL.JS: Thu, 16 Jun 2022 14:21:47 GMT:1.3.4-Verbose Response generated and token set
2022-06-16T14:21:47.514Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Deleting item from cdl worker cache: cdl-worker-startup-status"
2022-06-16T14:21:47.527Z:CDLWorkerManager:{"hostRendererId":"MainRenderer","component":"CDLWorkerManager"}:"Creating CDL Worker with passed url https://teams.microsoft.com/statics/hashed/precompiled-shared-worker-e4f4af49a01556f8.js#{\"ring\":\"general\",\"sessionId\":\"6503a1c5-f3cd-4043-821f-a12ed1fe0b3b\",\"experienceName\":\"main-renderer\",\"buildVersion\":\"1.0.0.2022051616\"}"
2022-06-16T14:21:47.527Z:CDLWorkerManager:{"hostRendererId":"MainRenderer","component":"CDLGlobalState"}:"Global state has reached checkpoint bootstrapped"
2022-06-16T14:21:47.528Z:CDLWorkerManager:{"component":"CDLServer","hostRendererId":"MainRenderer"}:"Booted up server"
2022-06-16T14:21:47.528Z:CDLWorkerManager:{"hostRendererId":"MainRenderer","component":"CDLGlobalState"}:"Global state has reached checkpoint Server_Start"
2022-06-16T14:21:47.528Z:CDLWorkerManager:{"hostRendererId":"MainRenderer","component":"CDLGlobalState"}:"Global state has reached checkpoint loaded"
JQMIGRATE: Migrate is installed, version 3.3.2
2022-06-16T14:21:48.167Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Get from cache for key cdl-worker-startup-status could not find a result, returning null."
2022-06-16T14:21:48.167Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Saving item to cdl-worker-cache-manager cache: cdl-worker-startup-status data {\"lastState\":{\"state\":\"InProgress\",\"stepName\":\"CreateCDLWorker\"}}"
2022-06-16T14:21:48.171Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Get from cache for key cdl-worker-startup-status could not find a result, returning null."
2022-06-16T14:21:48.171Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Saving item to cdl-worker-cache-manager cache: cdl-worker-startup-status data {\"lastState\":{\"state\":\"InProgress\",\"stepName\":\"CDLPeerCreated\"}}"
2022-06-16T14:21:48.172Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Get from cache for key cdl-worker-startup-status could not find a result, returning null."
2022-06-16T14:21:48.172Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Saving item to cdl-worker-cache-manager cache: cdl-worker-startup-status data {\"lastState\":{\"state\":\"Success\",\"stepName\":\"ClientResponseRouterCreated\"}}"
[Index] Loading stylesheet: https://statics.teams.cdn.office.net/hashed/stylesheets.theme-defaultV2.min-2cfa8ec.css
2022-06-16T14:21:48.174Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Get from cache for key cdl-worker-startup-status could not find a result, returning null."
2022-06-16T14:21:48.175Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Saving item to cdl-worker-cache-manager cache: cdl-worker-startup-status data {\"lastState\":{\"state\":\"Success\",\"stepName\":\"CDLServerCreated\"}}"
2022-06-16T14:21:48.178Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Get from cache for key cdl-worker-startup-status could not find a result, returning null."
2022-06-16T14:21:48.179Z:CDLWorkerManager:undefined:"[CDLWorkerCacheManager]: Saving item to cdl-worker-cache-manager cache: cdl-worker-startup-status data {\"lastState\":{\"state\":\"Success\",\"stepName\":\"CDLPeerCreated\"}}"
[Index] Loaded stylesheet: https://statics.teams.cdn.office.net/hashed/stylesheets.theme-defaultV2.min-2cfa8ec.css
Cleaned the join location
Logging Service not initialized yet. newCounter
Logging Service not initialized yet. newLogger
Logging Service not initialized yet. event
Logging Service not initialized yet. customEvent
Logging Service not initialized yet. notifyUserbiEvents
Logging Service not initialized yet. sendPackedUserbiEvents
Logging Service not initialized yet. findScenario
Logging Service not initialized yet. findScenarioByNameAndId
Logging Service not initialized yet. timestamp
Logging Service not initialized yet. newScenario
Logging Service not initialized yet. setContext
Logging Service not initialized yet. getContext
Logging Service not initialized yet. createScenarioWithoutStarting
Logging Service not initialized yet. findAllScenariosByName
Logging Service not initialized yet. getActiveScenarioNames
Logging Service not initialized yet. setCommonRequestHeaders
Logging Service not initialized yet. unblockTelemetry
Logging Service not initialized yet. initTimers
Logging Service not initialized yet. addTimelineMarker
Logging Service not initialized yet. populateUserInfo
Logging Service not initialized yet. populateUserRegion
Logging Service not initialized yet. setIsLaunchAsync
Logging Service not initialized yet. setServiceWorkersStatus
Logging Service not initialized yet. populateUserResourcesSettingsContext
Logging Service not initialized yet. populateSimplifiedUxStatus
Logging Service not initialized yet. flush
Logging Service not initialized yet. hashUriParamsPII
Logging Service not initialized yet. registerEventDecorator
Logging Service not initialized yet. clearAllScenarios
Logging Service not initialized yet. deviceId
SettingsService: Refreshing settings. (1) [Array(1)]
SettingsService: Refreshing settings. (1) [Array(1)]
2022-06-16T14:21:48.425Z AppCache: App Cache is not defined on the desktop app
2022-06-16T14:21:48.474Z GeoRoutingService: Fallback not defined in config "geoRoutedEndpointFallbacks" for key provided. Key:consumerLicenses, Url:{consumerLicenses}
2022-06-16T14:21:48.538Z:CDLWorkerManager:{"hostRendererId":"MainRenderer","component":"CDLGlobalState"}:"Global state has reached checkpoint health_checked"
2022-06-16T14:21:48.538Z:CDLWorkerManager:{"hostRendererId":"MainRenderer","component":"CDLGlobalState"}:"Global state has reached checkpoint initialized"
2022-06-16T14:21:48.573Z CDLWorkerManager: {"errorCode":"Unknown","requestId":"auth-1","hostRendererId":"MainRenderer","component":"CDLServer","requestRendererId":"cdlsharedworker","requestType":"auth","message":"Failed to process request due to error {\"response\":{\"name\":\"Error\",\"message\":\"AuthStateProvider not provided - This will should be an error in the RWC experience::Auth-Handler::MissingParameter\",\"stack\":[],\"context\":\"AuthStateProvider not provided - This will should be an error in the RWC experience\",\"subContext\":\"Auth-Handler\",\"code\":\"MissingParameter\"},\"status\":\"failure\"}"}
2022-06-16T14:21:48.609Z PinChannelService: [PinChannelService]: Pin channel is not enabled.
2022-06-16T14:21:48.814Z ScreenSharingService: ipc not available
2022-06-16T14:21:48.999Z Analytics panel: Panel data not present in context, routing or state service. No way to infer panel data for panel view. Falling back to "undefined"
2022-06-16T14:21:48.999Z Analytics panel: Panel data not present in context, routing or state service. No way to infer panel data for panel view. Falling back to "undefined"
Heartbeat: 'enableHeartbeatMonitor' flag is NOT enabled
[Auth]: auth_cache initialized
[Auth]: authTelemetryProvider initialized
auth_web_initialization hoisted to core factory
[Auth]: [Telemetry][32b78e8a-244f-4d73-bce4-ebe22930d91f][auth_web_initialization] [start] - telemetry provider created for createAuthenticationServiceInstance, source: core-auth-tasks::init with shouldCreateScenario: [true]
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/78067-4605b32ae52ebee7.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/78067-4605b32ae52ebee7.js.map: connect ECONNREFUSED 0.0.0.0:443
ue {_expireOffsetSeconds: 300, _expireOffsetSecondsMin: 60, _cache: Map(0)}
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/92891-ca3f670ed6794e4f.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/92891-ca3f670ed6794e4f.js.map: connect ECONNREFUSED 0.0.0.0:443
[Auth]: [Telemetry][32b78e8a-244f-4d73-bce4-ebe22930d91f][auth_web_initialization] [stop][success] [e]{"subContext":"createAuthenticationServiceInstance","eventData":"^source:core-auth-tasks::init,fn:createAuthenticationServiceInstance"}
Store is not available
Error: Failed to resolve: the task is already resolved
    at o._checkState (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11059919)
    at o.resolve (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11058727)
    at Object.successFunc (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11291991)
    at https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061432
    at a (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11055746)
    at o._resolveCallback (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061411)
    at https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061303
    at Array.forEach (<anonymous>)
    at o._resolveSuccesses (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061221)
    at o._addCallbackSet (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11057733) Unhandled error caught in promise chain
2022-06-16T14:21:52.460Z deviceManager: No whiteboard camera found
2022-06-16T14:21:52.475Z Module callingMultiWindowService: Function being called outside the context of Calling MW Rollout phases 1 or 2
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/26397-bd5c1a4b7882cc6e.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/26397-bd5c1a4b7882cc6e.js.map: connect ECONNREFUSED 0.0.0.0:443
executeEntityCommand-mutation: isConsumerTasksChatTab, failed to parse appId
getCoreViewState: No app found for entityType:undefined IN slot SUBNAV
getCoreViewState: No app found for entityType:undefined IN slot HEADER
getCoreViewState: No app found for entityType:undefined IN slot START
getCoreViewState: No app found for entityType:undefined IN slot END
getCoreViewState: No app found for entityType:framework IN slot TOASTS
CID[main] services-keyboard-shortcuts: Can't assign the handler to the command ShowPerformanceDashboard. Command is not registered in the keymapping strategy.
CID[main] services-keyboard-shortcuts: Can't assign the handler to the command ShowDiagnosticWindow. Command is not registered in the keymapping strategy.
TypeError: Cannot read properties of undefined (reading 'customBots')
    at Function.getAppAnalyticsData (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:5535655)
    at e.getAppInformationForTelemetry (https://statics.teams.cdn.office.net/hashed/lazy-ng1-mod-extensibility-dialogs.min-8b7dbdb.js:1:215270)
    at e.logViewAppActionForTelemetry (https://statics.teams.cdn.office.net/hashed/lazy-ng1-mod-extensibility-dialogs.min-8b7dbdb.js:1:213360)
    at https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:15452 undefined
Uncaught TypeError TypeError: Cannot read properties of undefined (reading 'customBots')
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:5535655)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/lazy-ng1-mod-extensibility-dialogs.min-8b7dbdb.js:1:215270)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/lazy-ng1-mod-extensibility-dialogs.min-8b7dbdb.js:1:213360)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:15452)
    --- setTimeout ---
    at Qs (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:46465)
    at yn (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:15436)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:49035)
    at e (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:2073)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:35220)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/lazy-ng1-mod-extensibility-dialogs.min-8b7dbdb.js:1:159171)
    at $broadcast (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:145:70)
    at $destroy (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:141:19)
    at performCloseDialog (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:581564)
    at closeDialog (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:582540)
    at closeAll (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:589972)
    at close (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:589844)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:3973467)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:4972534)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:4517210)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:115)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at $eval (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:180)
    at $digest (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:139:290)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:5647070)
    at $apply (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:474)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:93:132)
    at x (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:97:339)
    at w.onload (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:98:370)
    --- load ---
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:98:215)
    at r (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:94:376)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:91:314)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:115)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at $eval (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:180)
    at $digest (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:139:290)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:5647070)
    at $apply (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:474)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:155:449)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:155:338)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/2-vendor.min-b9e4432.js:1:588095)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:115)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at $eval (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:180)
    at $digest (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:139:290)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:5647070)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:267)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at $evalAsync (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:238)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:169)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at c (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:472)
    --- Promise.then ---
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:109)
    at resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:410)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:107)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at $eval (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:180)
    at $digest (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:139:290)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.2-app.min-82d71d5.js:1:5647070)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:267)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at $evalAsync (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:142:238)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:169)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at c (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:472)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061432)
    at a (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11055746)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061411)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061303)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11061221)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11058914)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/3.1-app.min-98827c1.js:1:11120034)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:92:128)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:115)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:307)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:410)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:107)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:307)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:410)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:107)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:307)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at c (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:472)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:115)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:307)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:410)
    at f (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:107)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:345)
    at e (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:41:350)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:275)
    --- setTimeout ---
    at Zf.k.defer (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:44:250)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:307)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:127:332)
    at $$resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:129:218)
    at resolve (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:128:410)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:126:417)
    at r (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:93:209)
    at g (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:93:21)
    at <anonymous> (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:93:91)
    at x (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:97:339)
    at w.onload (https://statics.teams.cdn.office.net/hashed/0.2-angular-jquery.min-92954a0.js:98:370)
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/breakoutRooms-locale-en-us-7471a0349cce9afa.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/breakoutRooms-locale-en-us-7471a0349cce9afa.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/main-04e63a9b62df1677.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/main-04e63a9b62df1677.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/recurrence-locale-en-us-53d925c7d7c5f197.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/recurrence-locale-en-us-53d925c7d7c5f197.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/config-prod-8ebfd4f4d0683e60.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/config-prod-8ebfd4f4d0683e60.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/gallery-locale-en-us-542db2e84281e7cf.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/gallery-locale-en-us-542db2e84281e7cf.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/messaging-locale-en-us-9b9cea50385c3938.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/messaging-locale-en-us-9b9cea50385c3938.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/12084-5aab56f79de4f47f.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/12084-5aab56f79de4f47f.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/data-schema-d13a110e49e0a2fc.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/data-schema-d13a110e49e0a2fc.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/26991-9d81899e95c0ac24.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/26991-9d81899e95c0ac24.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/47933-87fca0df6ea48322.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/47933-87fca0df6ea48322.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/main-locale-en-us-81cf9e9f31ba9ffd.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/main-locale-en-us-81cf9e9f31ba9ffd.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/auth-4a13dfe99a8ddca0.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/auth-4a13dfe99a8ddca0.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/6954-671fc53f6581ddb6.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/6954-671fc53f6581ddb6.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/52890-d0bba01755bb18a5.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/52890-d0bba01755bb18a5.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/35763-440e35e0486735e5.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/35763-440e35e0486735e5.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/26153-f92935ca74ca1b55.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/26153-f92935ca74ca1b55.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/25553-3e019b4b485d351a.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/25553-3e019b4b485d351a.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/75916-cdaac387a0f18fbd.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/75916-cdaac387a0f18fbd.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/89208-f77fa5d611fcbc59.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/89208-f77fa5d611fcbc59.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/68865-c818d07d74c82641.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/68865-c818d07d74c82641.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/18740-a27fb6340b960680.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/18740-a27fb6340b960680.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/21938-ffaa2eb74582d5de.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/21938-ffaa2eb74582d5de.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/57383-a31a7b6cdd0274cf.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/57383-a31a7b6cdd0274cf.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/4814-384636cfff43bd70.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/4814-384636cfff43bd70.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/86854-958ed4794a815eff.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/86854-958ed4794a815eff.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/34295-373aa956e1813cf6.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/34295-373aa956e1813cf6.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/49522-6958ecc149f0f77a.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/49522-6958ecc149f0f77a.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/75912-7d5c095757979ff2.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/75912-7d5c095757979ff2.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/data-resolvers-search-2b5c3f07cadfa0f3.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/data-resolvers-search-2b5c3f07cadfa0f3.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/core-essentials-acede8c7a2428ad7.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/core-essentials-acede8c7a2428ad7.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/41104-1e400eb50228699c.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/41104-1e400eb50228699c.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/84460-a21a5ab32819b233.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/84460-a21a5ab32819b233.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/14695-f53ed33534dc24c0.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/14695-f53ed33534dc24c0.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/79000-983c70e8025b6f24.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/79000-983c70e8025b6f24.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/21439-1cf2df2ee420fbfc.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/21439-1cf2df2ee420fbfc.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/88978-f05f35d10950078e.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/88978-f05f35d10950078e.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/10440-894fd49ae1fcc44b.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/10440-894fd49ae1fcc44b.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/31702-a9e0906c2b4c04bd.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/31702-a9e0906c2b4c04bd.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/27823-56a26d5fdfdbfb4a.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/27823-56a26d5fdfdbfb4a.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/48704-675603912d643161.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/48704-675603912d643161.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/45129-7d2cb0e857d233a4.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/45129-7d2cb0e857d233a4.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/85826-833e1603d4fcadc1.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/85826-833e1603d4fcadc1.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/11012-5bd0314f70a6276d.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/11012-5bd0314f70a6276d.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/60567-bd0e7958b0cd73d9.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/60567-bd0e7958b0cd73d9.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/951-f07e90e76c266eaf.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/951-f07e90e76c266eaf.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/17512-6939709f9ffbfb49.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/17512-6939709f9ffbfb49.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/70780-f2925074d1faaa53.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/70780-f2925074d1faaa53.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/37307-99d452858ed312c6.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/37307-99d452858ed312c6.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/11042-9dd1277f79fed7aa.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/11042-9dd1277f79fed7aa.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/32097-4754172eac8903cd.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/32097-4754172eac8903cd.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/44978-7c8ce7dd0f37e927.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/44978-7c8ce7dd0f37e927.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/28320-0e182ebdac014126.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/28320-0e182ebdac014126.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/28258-800314fde0a98a3c.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/28258-800314fde0a98a3c.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/88591-ba9f8a04af2b2576.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/88591-ba9f8a04af2b2576.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/85294-cdef2ac168f26453.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/85294-cdef2ac168f26453.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/96647-190e85d43db1c7fa.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/96647-190e85d43db1c7fa.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/21767-2b1ca70cdbb0cd61.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/21767-2b1ca70cdbb0cd61.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/20725-f9ae88eef1df2a9e.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/20725-f9ae88eef1df2a9e.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/store-app-044f091616f7de8b.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/store-app-044f091616f7de8b.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/5592-cd677006847d1d41.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/5592-cd677006847d1d41.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/mw-shell-app-03d6412ec8a5ec6f.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/mw-shell-app-03d6412ec8a5ec6f.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/2628-b3397577ba68b100.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/2628-b3397577ba68b100.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/31421-a68b40cfa0f810bf.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/31421-a68b40cfa0f810bf.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/73280-82f207b8ffa470db.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/73280-82f207b8ffa470db.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/data-resolvers-store-27afefee2a5d5946.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/data-resolvers-store-27afefee2a5d5946.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/52566-7fc5b8f3c25d0367.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/52566-7fc5b8f3c25d0367.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/49517-435b50fa4947cacd.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/49517-435b50fa4947cacd.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/80697-c325af343e2cd91d.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/80697-c325af343e2cd91d.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/47697-dd043dc3e86e53ee.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/47697-dd043dc3e86e53ee.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/extensibility-locale-en-us-7218d3ac762eb61b.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/extensibility-locale-en-us-7218d3ac762eb61b.js.map: connect ECONNREFUSED 0.0.0.0:443
Could not read source map for https://statics.teams.cdn.office.net/teams-modular-packages/hashed-assets/services-store-4541426a7b9ab476.js: Unexpected 503 response from https://local.teams.office.com/sourcemaps/hashed-assets/services-store-4541426a7b9ab476.js.map: connect ECONNREFUSED 0.0.0.0:443
ghost commented 2 years ago

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

nliu-ms commented 2 years ago

Thanks @rnag , I see your comments in another issue. I will close this one, let's track in https://github.com/OfficeDev/TeamsFx/issues/5310

mike-bell-gettogetherai commented 2 years ago

@nliu-ms have there been any updates on this? I'm having the same issue reported here:

https://docs.microsoft.com/en-us/answers/questions/934965/teams-toolkit-suddenly-failing-for-local-debug.html?childToView=936355#comment-936355

Note: I'm also on a Mac M1 running node 14.19.1

nliu-ms commented 2 years ago

Hey @mike-bell-gettogetherai , the updates are tracked by this issue: https://github.com/OfficeDev/TeamsFx/issues/5277 . And it has been mitigated.

Though you are facing local debug failures as well, but it seems not the same root cause. Do you mean that you only fail on Mac, with 4.0.2 version? And 4.0.0 works? Can you please create a bug here https://github.com/OfficeDev/TeamsFx/issues/new/choose, and let's talk about it further. Thanks!

BrucedeMink commented 2 months ago

Im having a similar issue : image