-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Interaction is currently in progress #5146
Comments
@ionut-gheorghe Please read this document on handling redirects and let me know if you have any additional questions. |
Have you bootstrapped this component in your authModule? It did not appear so in the config you shared above. The interaction_in_progress error is being thrown on RT expiration because the guard or interceptor is invoking |
@ionut-gheorghe Can you please enable verbose logging and share the output here? |
Verbose logging enabled, in about 24 hours i'll have the logs. I will send them to your email. |
To reproduce faster you can try finding your refresh token in local storage and deleting it. |
Deleted it, no errors, should I wait for the token to expire? |
Is not throwing errors when there is only one http call. If there are more concurent http calls it throws the error, 4 http calls, 4 errors 19:36:51.405 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:51.405 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:51.406 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:51.407 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:51.407 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:51.407 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.408 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:51.408 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called for the first time, storing active request
19:36:51.408 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenStart
19:36:51.409 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 24ab9070-33da-432a-9722-d00468cff126: msal:acquireTokenStart
19:36:51.409 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent - attempting to acquire token from web flow
19:36:51.410 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:36:51.410 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme wasn't explicitly set in request, defaulting to "Bearer" request
19:36:51.428 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:51.429 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:51.430 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:51.431 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:51.431 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:51.431 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.431 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [76f13412-9b81-4785-8a84-e4f8c79dec46] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:51.432 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [76f13412-9b81-4785-8a84-e4f8c79dec46] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:51.441 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:51.441 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:51.442 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:51.442 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:51.443 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:51.443 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.443 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e8f5adf2-451d-4cf6-b2e0-11ba1ba37a0d] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:51.444 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e8f5adf2-451d-4cf6-b2e0-11ba1ba37a0d] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:51.452 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:51.452 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:51.453 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:51.454 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:51.454 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:51.455 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.455 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [6b9e7d70-7cf2-4645-9326-6cd92626d0b7] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:51.455 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [6b9e7d70-7cf2-4645-9326-6cd92626d0b7] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:51.464 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:51.464 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:51.465 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:51.466 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:51.466 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:51.466 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.466 [Thu, 01 Sep 2022 17:36:51 GMT] : [74d358ff-ddb5-4ad6-b36b-1eeef611bfb4] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:51.467 [Thu, 01 Sep 2022 17:36:51 GMT] : [74d358ff-ddb5-4ad6-b36b-1eeef611bfb4] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:51.477 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:51.477 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:51.478 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:51.478 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:51.479 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:51.479 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.480 [Thu, 01 Sep 2022 17:36:51 GMT] : [c772abdd-c58d-4cdc-b6c7-b84af3fec0ab] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:51.480 [Thu, 01 Sep 2022 17:36:51 GMT] : [c772abdd-c58d-4cdc-b6c7-b84af3fec0ab] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:51.488 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:51.488 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:36:51.488 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:36:51.489 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:36:51.489 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Silent auth client created
19:36:51.489 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : @azure/msal-common@7.3.0 : Info - SilentFlowClient:acquireCachedToken - Skipping cache because forceRefresh is true.
19:36:51.489 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenFromNetworkStart
19:36:51.489 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 24ab9070-33da-432a-9722-d00468cff126: msal:acquireTokenFromNetworkStart
19:36:51.490 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:36:51.490 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme set to "Bearer" as configured in Auth request
19:36:51.490 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:51.490 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:36:51.490 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:36:51.490 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:36:51.491 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : msal.js.browser@2.28.1 : Verbose - Refresh token client created
19:36:51.491 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenFailure
19:36:51.491 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 24ab9070-33da-432a-9722-d00468cff126: msal:acquireTokenFailure
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Measurement found for acquireTokenSilent
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e93cac30-1452-4532-85e2-ba80e7a946df] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Emitting performance events
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Error - Interceptor - acquireTokenSilent rejected with error. Invoking interaction to resolve.
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - error acquiring token silently, acquiring by redirect
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [5cf3f1cf-8ddf-4538-8978-3bbfd55b0a0f] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenRedirect called
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightInteractiveRequest called, validating app environment
19:36:51.492 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:51.493 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenStart
19:36:51.493 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 24ab9070-33da-432a-9722-d00468cff126: msal:acquireTokenStart
19:36:51.493 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - BroadcastService - msal:acquireTokenStart results in setting inProgress from none to acquireToken
19:36:51.493 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - initializeAuthorizationRequest called
19:36:51.493 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getRedirectUri called
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme wasn't explicitly set in request, defaulting to "Bearer" request
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Error - Interceptor - acquireTokenSilent rejected with error. Invoking interaction to resolve.
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - error acquiring token silently, acquiring by redirect
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [68e25854-c667-4979-8ba8-171490ae8bea] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenRedirect called
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.494 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightInteractiveRequest called, validating app environment
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Error - Interceptor - acquireTokenSilent rejected with error. Invoking interaction to resolve.
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - error acquiring token silently, acquiring by redirect
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [a9fd78f7-17d5-45bb-b3b6-e1456b27308c] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenRedirect called
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightInteractiveRequest called, validating app environment
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Error - Interceptor - acquireTokenSilent rejected with error. Invoking interaction to resolve.
19:36:51.495 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - error acquiring token silently, acquiring by redirect
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [f42db2c7-423e-4987-bbf9-8b4430f1b80e] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenRedirect called
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightInteractiveRequest called, validating app environment
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Error - Interceptor - acquireTokenSilent rejected with error. Invoking interaction to resolve.
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - error acquiring token silently, acquiring by redirect
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [42e98db3-b9b9-4e27-806f-3dac42a001c2] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenRedirect called
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightInteractiveRequest called, validating app environment
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Error - Interceptor - acquireTokenSilent rejected with error. Invoking interaction to resolve.
19:36:51.496 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - error acquiring token silently, acquiring by redirect
19:36:51.497 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [e7798804-3011-42f9-8660-2e7ce53094e1] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenRedirect called
19:36:51.497 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:51.497 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightInteractiveRequest called, validating app environment
19:36:51.497 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Setting validated request account
19:36:51.497 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Setting validated request account: ACCOUNT
19:36:51.498 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:51.498 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - initializeAuthorizationRequest called
19:36:51.498 core.mjs:7640 ERROR Error: Uncaught (in promise): BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
at BrowserAuthError.AuthError [as constructor] (:31641/vendor.js:19617:20)
at new BrowserAuthError (:31641/vendor.js:6921:24)
at BrowserAuthError.createInteractionInProgressError (:31641/vendor.js:7009:12)
at BrowserCacheManager.setInteractionInProgress (:31641/vendor.js:4601:89)
at ClientApplication.preflightInteractiveRequest (:31641/vendor.js:2212:27)
at ClientApplication.preflightBrowserEnvironmentCheck (:31641/vendor.js:2195:12)
at PublicClientApplication.<anonymous> (:31641/vendor.js:1557:14)
at step (:31641/vendor.js:1203:17)
at Object.next (:31641/vendor.js:1134:14)
at :31641/vendor.js:1106:67
at resolvePromise (:31641/polyfills.js:9098:19)
at new ZoneAwarePromise (:31641/polyfills.js:9360:9)
at __awaiter (:31641/vendor.js:1085:10)
at ClientApplication.acquireTokenRedirect (:31641/vendor.js:1549:73)
at MsalService.acquireTokenRedirect (:31641/vendor.js:96:69)
at MsalInterceptor.acquireTokenInteractively (:31641/vendor.js:604:22)
at :31641/vendor.js:569:19
at :31641/vendor.js:42108:88
at OperatorSubscriber._error (:31641/vendor.js:41969:9)
at OperatorSubscriber.error (:31641/vendor.js:40715:12)
handleError @ vendor.js:100836
next @ vendor.js:123463
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
emit @ vendor.js:118543
(anonymous) @ vendor.js:122638
invoke @ polyfills.js:8086
run @ polyfills.js:7827
runOutsideAngular @ vendor.js:122503
onHandleError @ vendor.js:122638
handleError @ polyfills.js:8090
runGuarded @ polyfills.js:7843
api.microtaskDrainDone @ polyfills.js:8935
drainMicroTaskQueue @ polyfills.js:8335
invokeTask @ polyfills.js:8214
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43592
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40370
(anonymous) @ vendor.js:207369
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:43230
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43858
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42954
(anonymous) @ vendor.js:45226
_execute @ vendor.js:44413
execute @ vendor.js:44538
flush @ vendor.js:44486
schedule @ vendor.js:44533
schedule @ vendor.js:40443
executeSchedule @ vendor.js:45225
(anonymous) @ vendor.js:42954
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
next @ vendor.js:207867
dispatch @ vendor.js:208337
(anonymous) @ src_app_features_produccion-diaria-v4_feature_feature_module_ts.js:3866
source.subscribe.isUnsub @ vendor.js:43659
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41865
_execute @ vendor.js:44413
execute @ vendor.js:44399
flush @ vendor.js:44486
timer @ polyfills.js:10527
invokeTask @ polyfills.js:8119
onInvokeTask @ vendor.js:122600
invokeTask @ polyfills.js:8119
runTask @ polyfills.js:7880
invokeTask @ polyfills.js:8211
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42404
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43656
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
advanceActivatedRoute @ vendor.js:198658
activateRoutes @ vendor.js:199626
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activate @ vendor.js:199514
(anonymous) @ vendor.js:199497
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43521
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42292
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:41632
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42287
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43519
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
doInnerSub @ vendor.js:42827
outerNext @ vendor.js:42821
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43709
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.buffer @ vendor.js:43558
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:42295
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
_complete @ vendor.js:40751
complete @ vendor.js:40725
_complete @ vendor.js:40751
Show 302 more frames
19:36:51.499 core.mjs:7640 ERROR Error: Uncaught (in promise): BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
at BrowserAuthError.AuthError [as constructor] (:31641/vendor.js:19617:20)
at new BrowserAuthError (:31641/vendor.js:6921:24)
at BrowserAuthError.createInteractionInProgressError (:31641/vendor.js:7009:12)
at BrowserCacheManager.setInteractionInProgress (:31641/vendor.js:4601:89)
at ClientApplication.preflightInteractiveRequest (:31641/vendor.js:2212:27)
at ClientApplication.preflightBrowserEnvironmentCheck (:31641/vendor.js:2195:12)
at PublicClientApplication.<anonymous> (:31641/vendor.js:1557:14)
at step (:31641/vendor.js:1203:17)
at Object.next (:31641/vendor.js:1134:14)
at :31641/vendor.js:1106:67
at resolvePromise (:31641/polyfills.js:9098:19)
at new ZoneAwarePromise (:31641/polyfills.js:9360:9)
at __awaiter (:31641/vendor.js:1085:10)
at ClientApplication.acquireTokenRedirect (:31641/vendor.js:1549:73)
at MsalService.acquireTokenRedirect (:31641/vendor.js:96:69)
at MsalInterceptor.acquireTokenInteractively (:31641/vendor.js:604:22)
at :31641/vendor.js:569:19
at :31641/vendor.js:42108:88
at OperatorSubscriber._error (:31641/vendor.js:41969:9)
at OperatorSubscriber.error (:31641/vendor.js:40715:12)
handleError @ vendor.js:100836
next @ vendor.js:123463
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
emit @ vendor.js:118543
(anonymous) @ vendor.js:122638
invoke @ polyfills.js:8086
run @ polyfills.js:7827
runOutsideAngular @ vendor.js:122503
onHandleError @ vendor.js:122638
handleError @ polyfills.js:8090
runGuarded @ polyfills.js:7843
api.microtaskDrainDone @ polyfills.js:8935
drainMicroTaskQueue @ polyfills.js:8335
invokeTask @ polyfills.js:8214
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43592
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40370
(anonymous) @ vendor.js:207369
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:43230
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43858
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42954
(anonymous) @ vendor.js:45226
_execute @ vendor.js:44413
execute @ vendor.js:44538
flush @ vendor.js:44486
schedule @ vendor.js:44533
schedule @ vendor.js:40443
executeSchedule @ vendor.js:45225
(anonymous) @ vendor.js:42954
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
next @ vendor.js:207867
dispatch @ vendor.js:208337
(anonymous) @ src_app_features_produccion-diaria-v4_feature_feature_module_ts.js:3866
source.subscribe.isUnsub @ vendor.js:43659
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41865
_execute @ vendor.js:44413
execute @ vendor.js:44399
flush @ vendor.js:44486
timer @ polyfills.js:10527
invokeTask @ polyfills.js:8119
onInvokeTask @ vendor.js:122600
invokeTask @ polyfills.js:8119
runTask @ polyfills.js:7880
invokeTask @ polyfills.js:8211
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42404
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43656
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
advanceActivatedRoute @ vendor.js:198658
activateRoutes @ vendor.js:199626
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activate @ vendor.js:199514
(anonymous) @ vendor.js:199497
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43521
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42292
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:41632
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42287
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43519
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
doInnerSub @ vendor.js:42827
outerNext @ vendor.js:42821
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43709
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.buffer @ vendor.js:43558
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:42295
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
_complete @ vendor.js:40751
complete @ vendor.js:40725
_complete @ vendor.js:40751
Show 302 more frames
19:36:51.499 core.mjs:7640 ERROR Error: Uncaught (in promise): BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
at BrowserAuthError.AuthError [as constructor] (:31641/vendor.js:19617:20)
at new BrowserAuthError (:31641/vendor.js:6921:24)
at BrowserAuthError.createInteractionInProgressError (:31641/vendor.js:7009:12)
at BrowserCacheManager.setInteractionInProgress (:31641/vendor.js:4601:89)
at ClientApplication.preflightInteractiveRequest (:31641/vendor.js:2212:27)
at ClientApplication.preflightBrowserEnvironmentCheck (:31641/vendor.js:2195:12)
at PublicClientApplication.<anonymous> (:31641/vendor.js:1557:14)
at step (:31641/vendor.js:1203:17)
at Object.next (:31641/vendor.js:1134:14)
at :31641/vendor.js:1106:67
at resolvePromise (:31641/polyfills.js:9098:19)
at new ZoneAwarePromise (:31641/polyfills.js:9360:9)
at __awaiter (:31641/vendor.js:1085:10)
at ClientApplication.acquireTokenRedirect (:31641/vendor.js:1549:73)
at MsalService.acquireTokenRedirect (:31641/vendor.js:96:69)
at MsalInterceptor.acquireTokenInteractively (:31641/vendor.js:604:22)
at :31641/vendor.js:569:19
at :31641/vendor.js:42108:88
at OperatorSubscriber._error (:31641/vendor.js:41969:9)
at OperatorSubscriber.error (:31641/vendor.js:40715:12)
handleError @ vendor.js:100836
next @ vendor.js:123463
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
emit @ vendor.js:118543
(anonymous) @ vendor.js:122638
invoke @ polyfills.js:8086
run @ polyfills.js:7827
runOutsideAngular @ vendor.js:122503
onHandleError @ vendor.js:122638
handleError @ polyfills.js:8090
runGuarded @ polyfills.js:7843
api.microtaskDrainDone @ polyfills.js:8935
drainMicroTaskQueue @ polyfills.js:8335
invokeTask @ polyfills.js:8214
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43592
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40370
(anonymous) @ vendor.js:207369
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:43230
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43858
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42954
(anonymous) @ vendor.js:45226
_execute @ vendor.js:44413
execute @ vendor.js:44538
flush @ vendor.js:44486
schedule @ vendor.js:44533
schedule @ vendor.js:40443
executeSchedule @ vendor.js:45225
(anonymous) @ vendor.js:42954
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
next @ vendor.js:207867
dispatch @ vendor.js:208337
(anonymous) @ src_app_features_produccion-diaria-v4_feature_feature_module_ts.js:3866
source.subscribe.isUnsub @ vendor.js:43659
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41865
_execute @ vendor.js:44413
execute @ vendor.js:44399
flush @ vendor.js:44486
timer @ polyfills.js:10527
invokeTask @ polyfills.js:8119
onInvokeTask @ vendor.js:122600
invokeTask @ polyfills.js:8119
runTask @ polyfills.js:7880
invokeTask @ polyfills.js:8211
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42404
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43656
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
advanceActivatedRoute @ vendor.js:198658
activateRoutes @ vendor.js:199626
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activate @ vendor.js:199514
(anonymous) @ vendor.js:199497
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43521
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42292
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:41632
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42287
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43519
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
doInnerSub @ vendor.js:42827
outerNext @ vendor.js:42821
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43709
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.buffer @ vendor.js:43558
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:42295
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
_complete @ vendor.js:40751
complete @ vendor.js:40725
_complete @ vendor.js:40751
Show 302 more frames
19:36:51.500 core.mjs:7640 ERROR Error: Uncaught (in promise): BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
at BrowserAuthError.AuthError [as constructor] (:31641/vendor.js:19617:20)
at new BrowserAuthError (:31641/vendor.js:6921:24)
at BrowserAuthError.createInteractionInProgressError (:31641/vendor.js:7009:12)
at BrowserCacheManager.setInteractionInProgress (:31641/vendor.js:4601:89)
at ClientApplication.preflightInteractiveRequest (:31641/vendor.js:2212:27)
at ClientApplication.preflightBrowserEnvironmentCheck (:31641/vendor.js:2195:12)
at PublicClientApplication.<anonymous> (:31641/vendor.js:1557:14)
at step (:31641/vendor.js:1203:17)
at Object.next (:31641/vendor.js:1134:14)
at :31641/vendor.js:1106:67
at resolvePromise (:31641/polyfills.js:9098:19)
at new ZoneAwarePromise (:31641/polyfills.js:9360:9)
at __awaiter (:31641/vendor.js:1085:10)
at ClientApplication.acquireTokenRedirect (:31641/vendor.js:1549:73)
at MsalService.acquireTokenRedirect (:31641/vendor.js:96:69)
at MsalInterceptor.acquireTokenInteractively (:31641/vendor.js:604:22)
at :31641/vendor.js:569:19
at :31641/vendor.js:42108:88
at OperatorSubscriber._error (:31641/vendor.js:41969:9)
at OperatorSubscriber.error (:31641/vendor.js:40715:12)
handleError @ vendor.js:100836
next @ vendor.js:123463
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
emit @ vendor.js:118543
(anonymous) @ vendor.js:122638
invoke @ polyfills.js:8086
run @ polyfills.js:7827
runOutsideAngular @ vendor.js:122503
onHandleError @ vendor.js:122638
handleError @ polyfills.js:8090
runGuarded @ polyfills.js:7843
api.microtaskDrainDone @ polyfills.js:8935
drainMicroTaskQueue @ polyfills.js:8335
invokeTask @ polyfills.js:8214
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43592
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40370
(anonymous) @ vendor.js:207369
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:43230
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43858
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42954
(anonymous) @ vendor.js:45226
_execute @ vendor.js:44413
execute @ vendor.js:44538
flush @ vendor.js:44486
schedule @ vendor.js:44533
schedule @ vendor.js:40443
executeSchedule @ vendor.js:45225
(anonymous) @ vendor.js:42954
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
next @ vendor.js:207867
dispatch @ vendor.js:208337
(anonymous) @ src_app_features_produccion-diaria-v4_feature_feature_module_ts.js:3866
source.subscribe.isUnsub @ vendor.js:43659
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41865
_execute @ vendor.js:44413
execute @ vendor.js:44399
flush @ vendor.js:44486
timer @ polyfills.js:10527
invokeTask @ polyfills.js:8119
onInvokeTask @ vendor.js:122600
invokeTask @ polyfills.js:8119
runTask @ polyfills.js:7880
invokeTask @ polyfills.js:8211
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42404
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43656
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
advanceActivatedRoute @ vendor.js:198658
activateRoutes @ vendor.js:199626
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activate @ vendor.js:199514
(anonymous) @ vendor.js:199497
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43521
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42292
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:41632
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42287
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43519
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
doInnerSub @ vendor.js:42827
outerNext @ vendor.js:42821
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43709
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.buffer @ vendor.js:43558
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:42295
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
_complete @ vendor.js:40751
complete @ vendor.js:40725
_complete @ vendor.js:40751
Show 302 more frames
19:36:51.500 core.mjs:7640 ERROR Error: Uncaught (in promise): BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. For more visit: aka.ms/msaljs/browser-errors.
at BrowserAuthError.AuthError [as constructor] (:31641/vendor.js:19617:20)
at new BrowserAuthError (:31641/vendor.js:6921:24)
at BrowserAuthError.createInteractionInProgressError (:31641/vendor.js:7009:12)
at BrowserCacheManager.setInteractionInProgress (:31641/vendor.js:4601:89)
at ClientApplication.preflightInteractiveRequest (:31641/vendor.js:2212:27)
at ClientApplication.preflightBrowserEnvironmentCheck (:31641/vendor.js:2195:12)
at PublicClientApplication.<anonymous> (:31641/vendor.js:1557:14)
at step (:31641/vendor.js:1203:17)
at Object.next (:31641/vendor.js:1134:14)
at :31641/vendor.js:1106:67
at resolvePromise (:31641/polyfills.js:9098:19)
at new ZoneAwarePromise (:31641/polyfills.js:9360:9)
at __awaiter (:31641/vendor.js:1085:10)
at ClientApplication.acquireTokenRedirect (:31641/vendor.js:1549:73)
at MsalService.acquireTokenRedirect (:31641/vendor.js:96:69)
at MsalInterceptor.acquireTokenInteractively (:31641/vendor.js:604:22)
at :31641/vendor.js:569:19
at :31641/vendor.js:42108:88
at OperatorSubscriber._error (:31641/vendor.js:41969:9)
at OperatorSubscriber.error (:31641/vendor.js:40715:12)
handleError @ vendor.js:100836
next @ vendor.js:123463
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
emit @ vendor.js:118543
(anonymous) @ vendor.js:122638
invoke @ polyfills.js:8086
run @ polyfills.js:7827
runOutsideAngular @ vendor.js:122503
onHandleError @ vendor.js:122638
handleError @ polyfills.js:8090
runGuarded @ polyfills.js:7843
api.microtaskDrainDone @ polyfills.js:8935
drainMicroTaskQueue @ polyfills.js:8335
invokeTask @ polyfills.js:8214
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43592
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40370
(anonymous) @ vendor.js:207369
next @ vendor.js:40776
_next @ vendor.js:40738
next @ vendor.js:40705
(anonymous) @ vendor.js:43230
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43858
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42954
(anonymous) @ vendor.js:45226
_execute @ vendor.js:44413
execute @ vendor.js:44538
flush @ vendor.js:44486
schedule @ vendor.js:44533
schedule @ vendor.js:40443
executeSchedule @ vendor.js:45225
(anonymous) @ vendor.js:42954
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
next @ vendor.js:207867
dispatch @ vendor.js:208337
(anonymous) @ src_app_features_produccion-diaria-v4_feature_feature_module_ts.js:3866
source.subscribe.isUnsub @ vendor.js:43659
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42410
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41865
_execute @ vendor.js:44413
execute @ vendor.js:44399
flush @ vendor.js:44486
timer @ polyfills.js:10527
invokeTask @ polyfills.js:8119
onInvokeTask @ vendor.js:122600
invokeTask @ polyfills.js:8119
runTask @ polyfills.js:7880
invokeTask @ polyfills.js:8211
ZoneTask.invoke @ polyfills.js:8197
data.args.<computed> @ polyfills.js:10505
setInterval (async)
scheduleTask @ polyfills.js:10508
scheduleTask @ polyfills.js:8107
onScheduleTask @ polyfills.js:8007
scheduleTask @ polyfills.js:8102
scheduleTask @ polyfills.js:7928
scheduleMacroTask @ polyfills.js:7957
scheduleMacroTaskWithCurrentZone @ polyfills.js:8460
(anonymous) @ polyfills.js:10550
proto.<computed> @ polyfills.js:8813
setInterval @ vendor.js:44764
requestAsyncId @ vendor.js:44380
schedule @ vendor.js:44375
schedule @ vendor.js:40443
(anonymous) @ vendor.js:41863
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42404
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43656
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41263
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:40506
errorContext @ vendor.js:45201
next @ vendor.js:40497
next @ vendor.js:40062
advanceActivatedRoute @ vendor.js:198658
activateRoutes @ vendor.js:199626
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activateRoutes @ vendor.js:199635
(anonymous) @ vendor.js:199614
activateChildRoutes @ vendor.js:199613
activate @ vendor.js:199514
(anonymous) @ vendor.js:199497
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43521
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42292
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:41632
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42287
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:43519
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
(anonymous) @ vendor.js:42711
(anonymous) @ vendor.js:45495
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42485
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
doInnerSub @ vendor.js:42827
outerNext @ vendor.js:42821
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.isUnsub @ vendor.js:43660
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerComplete @ vendor.js:42833
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
subscribe.innerSubscriber @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:41629
_trySubscribe @ vendor.js:40256
(anonymous) @ vendor.js:40249
errorContext @ vendor.js:45201
subscribe @ vendor.js:40244
source.subscribe.isComplete @ vendor.js:43486
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:42712
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
(anonymous) @ vendor.js:43709
OperatorSubscriber._next @ vendor.js:41962
next @ vendor.js:40705
source.subscribe.buffer @ vendor.js:43558
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
(anonymous) @ vendor.js:42295
OperatorSubscriber._complete @ vendor.js:41978
complete @ vendor.js:40725
_complete @ vendor.js:40751
complete @ vendor.js:40725
_complete @ vendor.js:40751
Show 302 more frames
19:36:51.534 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:36:51.534 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:36:51.534 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:36:51.535 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Auth code client created
19:36:51.535 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : @azure/msal-common@7.3.0 : Verbose - createAuthCodeUrlQueryString: Adding login_hint from account
19:36:51.536 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Redirect start page: LOCAL_DEV_URL
19:36:51.536 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - RedirectHandler.initiateAuthRequest called
19:36:51.536 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - RedirectHandler.initiateAuthRequest: redirectStartPage set, caching start page
19:36:51.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Info - RedirectHandler.initiateAuthRequest: Navigate to: https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
19:36:51.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:51 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - RedirectHandler.initiateAuthRequest: Navigating window to navigate url
19:36:51.880 Navigated to LOCAL_DEV_URL
19:36:52.188 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.189 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.190 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.191 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.192 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.192 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.336 index.js:551 [webpack-dev-server] Live Reloading enabled.
19:36:52.388 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.389 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.389 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.393 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.394 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.395 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.409 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - Event callback registered with id: 0bfa773b-22b8-4db6-a80c-6eb0a2a936b6
19:36:52.410 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Guard - canActivateChild
19:36:52.410 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Guard activated
19:36:52.411 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise called
19:36:52.411 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:52.413 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:handleRedirectStart
19:36:52.414 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0bfa773b-22b8-4db6-a80c-6eb0a2a936b6: msal:handleRedirectStart
19:36:52.414 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - BroadcastService - msal:handleRedirectStart results in setting inProgress from startup to handleRedirect
19:36:52.415 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise has been called for the first time, storing the promise
19:36:52.416 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:52.416 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getRedirectResponseHash called
19:36:52.418 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Hash contains known properties, returning response hash
19:36:52.418 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - validateAndExtractStateFromHash called
19:36:52.419 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Returning state from hash
19:36:52.419 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - State extracted from hash
19:36:52.421 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Navigating to loginRequestUrl: LOCAL_DEV_URL
19:36:52.434 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Guard - canActivateChild
19:36:52.435 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Guard activated
19:36:52.435 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise called
19:36:52.435 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:52.436 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise has been called previously, returning the result from the first call
19:36:52.540 Navigated to LOCAL_DEV_URL
19:36:52.845 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.846 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.846 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.848 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.849 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.849 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.871 index.js:551 [webpack-dev-server] Live Reloading enabled.
19:36:52.994 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.994 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.995 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.996 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.996 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.997 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:52.998 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:52.998 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:52.999 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:52 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:53.000 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.000 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.001 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:53.002 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.002 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.003 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:53.010 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Event callback registered with id: 0d191475-9af8-4c8b-8e24-98040c468da9
19:36:53.011 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Guard - canActivateChild
19:36:53.011 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Guard activated
19:36:53.012 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise called
19:36:53.012 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:53.013 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:handleRedirectStart
19:36:53.013 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:handleRedirectStart
19:36:53.014 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - BroadcastService - msal:handleRedirectStart results in setting inProgress from startup to handleRedirect
19:36:53.014 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise has been called for the first time, storing the promise
19:36:53.015 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:53.015 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getRedirectResponseHash called
19:36:53.016 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Hash does not contain known properties, returning cached hash
19:36:53.016 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - validateAndExtractStateFromHash called
19:36:53.017 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Returning state from hash
19:36:53.017 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - State extracted from hash
19:36:53.017 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Current page is loginRequestUrl, handling hash
19:36:53.018 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - handleHash called, retrieved cached request
19:36:53.019 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:36:53.019 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:36:53.020 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:36:53.201 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - Auth code client created
19:36:53.201 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : msal.js.browser@2.28.1 : Verbose - RedirectHandler.handleCodeResponse called
19:36:53.202 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [1199acdd-5199-4014-bc5c-ffda2e1a429e] : @azure/msal-common@7.3.0 : Info - in acquireToken call
19:36:53.454 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - BrowserCacheManager.cleanRequestByState: Removing temporary cache items for state: xxxxxxxxxxxxxxxxxxxxxxx
19:36:53.455 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:53.456 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenSuccess
19:36:53.456 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenSuccess
19:36:53.456 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectResponse returned result, acquire token success
19:36:53.456 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:handleRedirectEnd
19:36:53.457 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:handleRedirectEnd
19:36:53.457 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - BroadcastService - msal:handleRedirectEnd results in setting inProgress from handleRedirect to none
19:36:53.458 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - setActiveAccount: Active account set
19:36:53.463 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:53.463 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Guard - at least 1 account exists, can activate or load
19:36:53.464 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Guard - canActivateChild
19:36:53.464 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Guard activated
19:36:53.464 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise called
19:36:53.465 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:53.465 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise has been called previously, returning the result from the first call
19:36:53.467 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - setActiveAccount: Active account set
19:36:53.470 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:53.470 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Guard - at least 1 account exists, can activate or load
19:36:53.514 core.mjs:25623 Angular is running in development mode. Call enableProdMode() to enable production mode.
19:36:53.525 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.525 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.525 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - no scopes for endpoint
19:36:53.536 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MsalRedirectComponent activated
19:36:53.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:initializeStart
19:36:53.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:initializeStart
19:36:53.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:initializeEnd
19:36:53.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:initializeEnd
19:36:53.538 core.mjs:25623 Angular is running in development mode. Call enableProdMode() to enable production mode.
19:36:53.538 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise called
19:36:53.538 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - getAllAccounts called
19:36:53.539 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - handleRedirectPromise has been called previously, returning the result from the first call
19:36:53.580 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.580 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.581 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:53.582 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:53.582 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:53.583 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:53.583 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:53.583 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called for the first time, storing active request
19:36:53.584 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenStart
19:36:53.584 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenStart
19:36:53.584 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent - attempting to acquire token from web flow
19:36:53.585 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:36:53.585 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme wasn't explicitly set in request, defaulting to "Bearer" request
19:36:53.590 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.591 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.591 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:53.592 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:53.592 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:53.593 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:53.593 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [bbdced43-92ca-40e1-a8f4-688b573401ba] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:53.593 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [bbdced43-92ca-40e1-a8f4-688b573401ba] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:53.596 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.596 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.597 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:53.598 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:53.598 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:53.598 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:53.598 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [57ace668-aca8-4dc1-9208-167a2b865147] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:53.599 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [57ace668-aca8-4dc1-9208-167a2b865147] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:53.602 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.602 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.603 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:53.603 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:53.603 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:53.604 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:53.604 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [a8bfa3b9-999e-41a4-97d0-6b4f543e3443] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:53.604 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [a8bfa3b9-999e-41a4-97d0-6b4f543e3443] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:53.607 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.607 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.608 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:53.609 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:53.609 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:53.609 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:53.609 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [f9ab59fa-780a-488b-a598-468a372b1df9] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:53.610 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [f9ab59fa-780a-488b-a598-468a372b1df9] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:53.613 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:36:53.613 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:36:53.613 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:36:53.614 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:36:53.614 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:36:53.615 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:36:53.615 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [2a8e1311-eaaa-487e-836c-44a5cde60870] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:36:53.615 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [2a8e1311-eaaa-487e-836c-44a5cde60870] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:36:53.618 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:53.618 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:36:53.619 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:36:53.619 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:36:53.619 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Silent auth client created
19:36:53.619 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : @azure/msal-common@7.3.0 : Info - SilentFlowClient:acquireCachedToken - Skipping cache because forceRefresh is true.
19:36:53.620 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenFromNetworkStart
19:36:53.620 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenFromNetworkStart
19:36:53.620 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:36:53.620 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme set to "Bearer" as configured in Auth request
19:36:53.620 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:36:53.621 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:36:53.621 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:36:53.621 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:36:53.621 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : msal.js.browser@2.28.1 : Verbose - Refresh token client created
19:36:53.808 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenSuccess
19:36:53.808 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenSuccess
19:36:53.809 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Measurement found for acquireTokenSilent
19:36:53.809 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : [e48d2133-194a-4e08-a362-ad946cc04ae1] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Emitting performance events
19:36:53.809 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:36:53.810 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:36:53.812 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:36:53.813 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:36:53.815 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:36:53.816 auth.module.ts:33 [Thu, 01 Sep 2022 17:36:53 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:37:54.455 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:37:54.455 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:37:54.457 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:37:54.457 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:37:54.457 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:37:54.458 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:37:54.458 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:37:54.458 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called for the first time, storing active request
19:37:54.459 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenStart
19:37:54.459 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenStart
19:37:54.459 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent - attempting to acquire token from web flow
19:37:54.459 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:37:54.460 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme wasn't explicitly set in request, defaulting to "Bearer" request
19:37:54.534 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:37:54.534 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:37:54.537 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:37:54.538 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:37:54.538 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:37:54.539 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:37:54.540 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [56c25f6b-0ae5-4f55-acbb-0064b68b6032] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:37:54.540 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [56c25f6b-0ae5-4f55-acbb-0064b68b6032] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:37:54.572 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:37:54.572 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:37:54.574 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:37:54.575 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:37:54.576 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:37:54.576 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:37:54.577 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [82d272c9-e800-4d2e-b447-71b640fda28f] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:37:54.577 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [82d272c9-e800-4d2e-b447-71b640fda28f] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:37:54.608 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:37:54.608 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:37:54.609 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:37:54.610 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:37:54.610 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:37:54.610 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:37:54.610 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [d28ddcef-11c0-4551-af0a-a11cc82dedab] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:37:54.611 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [d28ddcef-11c0-4551-af0a-a11cc82dedab] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:37:54.647 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:37:54.648 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:37:54.649 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:37:54.649 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:37:54.650 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:37:54.650 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:37:54.650 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [115fcf93-fb57-447c-8d97-3ffbff26cb89] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:37:54.650 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [115fcf93-fb57-447c-8d97-3ffbff26cb89] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:37:54.686 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - MSAL Interceptor activated
19:37:54.686 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - getting scopes for endpoint
19:37:54.687 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - active account selected
19:37:54.688 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - 1 scopes found for endpoint
19:37:54.688 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Info - Interceptor - [SCOPE] scopes found for API_URL
19:37:54.689 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - preflightBrowserEnvironmentCheck started
19:37:54.689 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [0874f679-b4d7-4714-8a02-72be060b7530] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent called
19:37:54.689 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [0874f679-b4d7-4714-8a02-72be060b7530] : @azure/msal-browser@2.28.1 : Verbose - acquireTokenSilent has been called previously, returning the result from the first call
19:37:54.724 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:37:54.724 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:37:54.724 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:37:54.724 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:37:54.726 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Silent auth client created
19:37:54.726 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : @azure/msal-common@7.3.0 : Info - SilentFlowClient:acquireCachedToken - Skipping cache because forceRefresh is true.
19:37:54.726 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenFromNetworkStart
19:37:54.726 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenFromNetworkStart
19:37:54.727 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Initializing BaseAuthRequest
19:37:54.727 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Authentication Scheme set to "Bearer" as configured in Auth request
19:37:54.727 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - initializeServerTelemetryManager called
19:37:54.727 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - getClientConfiguration called
19:37:54.727 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - getDiscoveredAuthority called
19:37:54.727 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Creating discovered authority with configured authority
19:37:54.728 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : msal.js.browser@2.28.1 : Verbose - Refresh token client created
19:37:54.935 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Info - Emitting event: msal:acquireTokenSuccess
19:37:54.935 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-browser@2.28.1 : Verbose - Emitting event to callback 0d191475-9af8-4c8b-8e24-98040c468da9: msal:acquireTokenSuccess
19:37:54.935 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Measurement found for acquireTokenSilent
19:37:54.935 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Submeasurement for acquireTokenSilent already exists for standardInteractionClientGetDiscoveredAuthority, ignoring
19:37:54.935 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : [bd94e8b6-dda1-4d9a-b603-cf561c562977] : @azure/msal-browser@2.28.1 : Verbose - PerformanceClient: Emitting performance events
19:37:54.935 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:37:54.937 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:37:54.938 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:37:54.939 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:37:54.941 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers
19:37:54.942 auth.module.ts:33 [Thu, 01 Sep 2022 17:37:54 GMT] : @azure/msal-angular@2.4.1 : Verbose - Interceptor - setting authorization headers |
@ionut-gheorghe Thanks for this, this does appear to be a flaw in the interceptor's fallback logic. What's happening is that the interceptor is not verifying the interaction status prior to invoking interaction when the silent token acquisition fails. So when all 4 requests fail they all invoke interaction and everything after the 1st throws. I'll mark this as a bug for us to address. Given the number of items currently on our plate I unfortunately can't say when this might be picked up. If you need this solved ASAP you have a couple of options:
|
checking whether interaction is in progress. issue AzureAD#5146
…5588) PR for #5146 Lets try to get progress here :) Im also facing the issue on my project I saw comments in previous PR and moved interaction in progress check before invoking acquireTokenSilent. But I didn't get idea from the comment: > start listening for inProgress events in the constuctor, and main an internal field (i.e. this.currentInteractionStatus), instead of listening only when acquireTokenInteractively is called I don't see performance impact here --------- Co-authored-by: Sameera Gajjarapu <sameera.gajjarapu@microsoft.com> Co-authored-by: Doğan Erişen <v-derisen@microsoft.com> Co-authored-by: Thomas Norling <thomas.l.norling@gmail.com>
🎉 Handy links: |
Core Library
MSAL.js v2 (@azure/msal-browser)
Core Library Version
2.28.1
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
2.4.1
Public or Confidential Client?
Public
Description
Incognito mode in Chrome gives out interraction in progress error. User has conditional access policies to prevent the 24 hours logout but without luck.
In the custom guards and directives I check for the InteractionStatus.None
Error Message
No response
Msal Logs
No response
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
Using standard @azure/msal-angular configuration and wait for the refresh token to expire (24h)
Expected Behavior
Shoul not throw "interaction_in_progress"
Identity Provider
Azure AD / MSA
Browsers Affected (Select all that apply)
Chrome
Regression
No response
Source
External (Customer)
The text was updated successfully, but these errors were encountered: