Blazor hangs when debugging with authentication

Finn Arildsen 81 Reputation points
2024-04-07T11:22:21.7633333+00:00

User's image

Am I the only one who experience that 9 of 10 times Blazor hangs with this message when I use authentication, and after I have logged in?

 

Any hints on how to get past this issue?

Developer technologies | .NET | Blazor
Developer technologies | Visual Studio | Debugging
Developer technologies | .NET | Other
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 82,146 Reputation points Volunteer Moderator
    2025-01-08T18:11:07.2433333+00:00

    the issue is that the azure login page (which is running in a different tab via the popup option) is throwing javascript errors, which the debugger catches. the popup option has know issues and does not work in all senerios. as suggested by the browser, go to the tab and click debug continue

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.