Blazor hangs when debugging with authentication

Finn Arildsen 76 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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,066 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,654 questions
C#
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.
11,237 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,019 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 69,976 Reputation points
    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 Answers by the question author, which helps users to know the answer solved the author's problem.