sotsera / sotsera.blazor.oidc

OpenID Connect client for Blazor client-side projects
https://blazor-oidc.sotsera.com/
Apache License 2.0
20 stars 8 forks source link

Microsoft.JSInterop.JSException: 'Already waiting for a previous message response' #24

Open erancov opened 3 years ago

erancov commented 3 years ago

Hi, I just started to use Sotsera.Blazor.Oidc, and I have a problem. After await UserManager.CompleteAuthenticationAsync(NavigationManager.Uri, InteractionType.Redirect) is executed I get Exception Unhandled (Microsoft.JSInterop.JSException: 'Already waiting for a previous message response'). I guess the message came from js file e.prototype.postToFrame (Promise.reject("Already waiting for a previous message response")) Thank you!