Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
53 views

I have a Blazor Hosted application that uses custom Google authentication to sign in users in an organization into the app. When I debug locally on my Windows machine, I can easily sign in using ...
Masimba Masvosve's user avatar
0 votes
1 answer
291 views

I try to establish a Blazor WASM Build on a YAML Pipeline on DevOps. At the Moment I use the Boiler Plate Project for Blazor WASM and a very simple build Task: - task: Bash@3 displayName: Build CMS ...
Martin's user avatar
  • 21
1 vote
0 answers
724 views

I am implementing OICD authentication into a blazor hosted application using OpenIddict and the default identity UI. Upon starting my application I receive the following error in AuthenticationService....
Zasam's user avatar
  • 73
0 votes
0 answers
2k views

I am working of another older project of mine as reference and within this blazor compononent I get this error -> crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]...
MarkBerry's user avatar
0 votes
1 answer
639 views

I am new bee to blazor, my blazor Web assembly app gets disconnected with the server after publishing it using azure app service it works fine for some time in development mode it says "An ...
neha's user avatar
  • 65
2 votes
1 answer
3k views

I'm creating a Hosted Blazor WASM app that is connecting to a Duende IdentityServer app for authentication and authorization. The Blazor Server part is functioning as BFF. The user is assigned a role ...
JeremyVm's user avatar
  • 405
2 votes
1 answer
886 views

Our current Blazor Server project references the Client project, and we would like to decouple them, because we want the controllers to act as a WebAPI - to be used by our Blazor website, mobile apps ...
Jesper's user avatar
  • 371
1 vote
0 answers
168 views

I can only prerender a component razor into a .cshtml page if it is entered in the client. <component type="typeof(MyApp.Client.Pages.Counter)" render-mode="WebAssemblyPrerendered&...
Pippo LoVe's user avatar
1 vote
1 answer
299 views

I have a .net Hosted Blazor Web Assembly app (the one that generates 3 projects, Client (Blazor Web Assembly project), Server (Web API Server project), Shared. How can I log errors on the server app? ...
niico's user avatar
  • 13.1k
2 votes
1 answer
404 views

I'm using a basic Blazor WASM ASPNET Core Hosted WebAssemblyPrerendered .NET 6 app. However, when I try to try to login, I get the following. There was an error trying to log you in: 'Cannot read ...
devlife's user avatar
  • 16.3k
4 votes
1 answer
325 views

I'm usually not a front end guy, so maybe this is a stupid question, but I'm stumped. I'm working on dealing with file uploads in a hosted Blazor WASM app. WebRootPath is null in the controller, which ...
Andy Fraunfelter's user avatar
2 votes
1 answer
388 views

I'm running Balosar project as follow: I edit Balosar.Client Program.cs: options.ProviderOptions.Authority = "https://localhost:44360/"; I run server with dotnet run urls=https://...
tschmit's user avatar
  • 7,840
1 vote
1 answer
325 views

I'm developing a Blazor WASM hosted application and have some questions on how to properly secure it. The idea is that users will authenticate using an external identity provider (OpenIDConnect/PKCE), ...
robaru_'s user avatar
  • 21
1 vote
1 answer
1k views

While creating the Blazor WASM application, why startup project is set to Server by default. How does the view on the client-side is called and displayed? When I ran the client project as a startup, ...
s.vinoth kumar's user avatar
0 votes
1 answer
1k views

Note: this problem shows for me even if I create a new Blazor WebAssmebly App, based on target Framework .NET 5.0 and Configured for HTTPS and ASP.NET Core hosted. Please, to test this case: create an ...
J S's user avatar
  • 889
4 votes
0 answers
136 views

Hi I have a hosted WebAssembly project. I have managed to implement IS4 on the client side using the the standalone method https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/...
Black-Pawn-C7's user avatar
2 votes
2 answers
3k views

I have an out of the box VS Template using Blazor WebAssembly Hosted with Authentication and have converted it over to use PreRendering. However, in doing so it looks like there are a lot of services ...
JoeyD's user avatar
  • 753
1 vote
1 answer
242 views

I have a blazor WASM Hosted project using IdentityServer4 ( default from VS templates ). When I launch my application, however, I get the following error. Debugging shows that the options.Value....
JoeyD's user avatar
  • 753
12 votes
2 answers
6k views

I've created a simple Blazor Web Assembly project hosted inside a .NET Core App using .NET 5.0 RC1 Framework and I added the authorization during the wizard in Visual Studio 2019 Preview. It works ...
Giuseppe Terrasi's user avatar
4 votes
2 answers
4k views

My controller's methods in Blazor's server side WebApi returns an html/text response instead of application/json which leds to The provided ContentType is not supported; the supported types are '...
qki's user avatar
  • 1,947