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

I have a Blazor WebAssembly project hosted in an ASP.NET Core (Yarp) project - basically, the .NET 7 template recreated under .NET 8. I had some asset files not in the hosted project but under a ...
ZorgoZ's user avatar
  • 3,758
0 votes
0 answers
44 views

I'm working on a Blazor WebAssembly app that uses MSAL package Microsoft.Authentication.WebAssembly.Msal version 8.0.13 for authentication. I configured the MSAL cache to use localStorage by setting ...
Javier Latorre Pérez's user avatar
0 votes
0 answers
169 views

I have created a custom element with blazor and I need to call it from another page, but I need to have this blazor custom element on a diferent domain, the problem is when I try to call it from ...
RockoCH's user avatar
  • 21
1 vote
0 answers
229 views

I'm working on a .NET 8 Blazor WASM PWA project. I've basically recreated the old template that used to be called "hosted" by following this video https://www.youtube.com/watch?v=3Ur79_kHVpo....
ms4sman's user avatar
  • 29
0 votes
1 answer
55 views

I have a Blazor Server Side hosted with WebassemblyClient application on .NET 8, which has been around since .NET 5 and has been repeatedly updated. At some point hot relaod stopped working. I would ...
Taladan's user avatar
  • 499
3 votes
3 answers
3k views

I migrated my Blazor WASM app to .NET 8, and I realised that CSS is not working if I use it in {component}.razor.css. I mean File Component.razor: <div class="collapse navbar-collapse" id=...
SolarOsQuiere's user avatar
1 vote
2 answers
1k views

I am integrating Stripe Website into my hosted .NET Core app. Specifically, I need to verify for Apple Pay that I am the site owner. The instructions on the Stripe website tell me to download a file ...
David.Warwick's user avatar
1 vote
0 answers
216 views

I have following converter: public class ExpandoObjectConverter : JsonConverter<dynamic> { private static readonly ExpandoObjectConverter self = new(); public override dynamic Read(ref ...
ZorgoZ's user avatar
  • 3,758
0 votes
1 answer
193 views

I have a hosted .net 7 Blazor WASM project, that uses a SignalR connection with the host. The communication is established, and it works. So far so good. What I have noticed, is that although a ...
ZorgoZ's user avatar
  • 3,758
1 vote
0 answers
77 views

Is there any source for a CancellationToken in Blazor WebAssembly that signals the termination of the whole application - similar to IHostApplicationLifetime.ApplicationStopping? If there is no such ...
ZorgoZ's user avatar
  • 3,758
0 votes
0 answers
163 views

Implemented recaptcha v3 into blazor webassembly by placing recaptcha script tags in index.html page. but when i view source code from browser the site html page visible to everyone which contains ...
ABD's user avatar
  • 21
1 vote
0 answers
257 views

enter image description hereTry to access the authorized server side api method and getting unauthorized error in response. i handled them to refresh token but that unauthorized error with api url ...
ABD's user avatar
  • 21
1 vote
0 answers
606 views

As the title suggests, I want help regarding how to publish a docker container for my Blazor WASM hosted app which is using a SQL Server. I am a complete docker noob. From what I gathered from the ...
Muheeb's user avatar
  • 91
1 vote
2 answers
2k views

I followed all instructions on how to migrate a Blazor wasm hosted to Blazor web app. The problem is client project couldn't communicate with server even everything is configured. I added AddScoped ...
Hashim Al-Mansouri's user avatar
0 votes
3 answers
681 views

We're working on a web app that will be used by a specific client. One of their requests is that the app should only work for their organization. We've set up authentication using asp.net identity. ...
Kung Fu Panda's user avatar
0 votes
1 answer
808 views

I tried to deploy sample project exists in Blazor WebAssembly Hosted application. I published the server app and tried to run it using .exe file. It worked fine. But when I tried to deploy it in IIS, ...
Alex Wright's user avatar
0 votes
2 answers
796 views

I have written a hosted blazor web assembly app with SignalR and I need to figure out how to consume a web service in the server side. An API controller on the server side The idea is that this ...
Daniel Parra's user avatar
1 vote
2 answers
800 views

I have created an integration test project to mock API with WireMock.Net library. My application is a Blazor WebAssembly with ASP.NET Core Hosted. However, when I try to debug my test case I get this ...
Riley Christian's user avatar
1 vote
0 answers
295 views

I am working on a microservices project with a hosted blazor webassembly application all in a kubernetes cluster. In the Blazor Webassembly (Hosted) PWA I am using SignalR Hub for the communication ...
ibram's user avatar
  • 4,639
0 votes
1 answer
493 views

I don't know a lot of Blazor but I do have a problem that I think a lot of us are trying to solve. I have a Blazor Webassembly application that I'm trying to prerender for improving the SEO. I ...
Allison's user avatar
-1 votes
2 answers
1k views

private async Task<IEnumerable<Result>> searchresult(string searchText) { try { rootdata = await HttpClientJsonExtensions.GetFromJsonAsync<Rootdata>(httpClient,$"...
Ramesh p's user avatar
0 votes
1 answer
67 views

I have a problem with Blazor WSAM Host with Individual Account. When create new wsam project in VS2022 and update-database everything works well. register new user and login works. But when publish in ...
amir ameri's user avatar
0 votes
1 answer
672 views

I modified this Blazor Custom Elements Sample (".NET 7 Blazor Custom Elements Sample hosted in ASP.NET Core Razor Pages": https://github.com/khalidabuhakmeh/BlazorCustomElementsSample) to ...
horacioj's user avatar
  • 747
1 vote
1 answer
706 views

I need to build an ASP.NET Core hosted Blazor Webassembly app (.NET 6) where all of the app functionality is hidden behind a login wall but I'm not sure how best to achieve this. For authentication/...
Hannah Hayes's user avatar
1 vote
0 answers
465 views

I am attempting to make a blazor WASM application with user sign-in using MS authentication configured for multi-tenant which can call an API in the applications host that is also protected by MS ...
C Hall's user avatar
  • 305
2 votes
1 answer
1k views

I've created a new dotnet 6 blazor wasm app with the core hosted option. The Visual Studio 2022 (v17.3.1) template creates Client, Server and Shared projects for this. I've updated the Server project'...
Rob Bowman's user avatar
  • 8,889
1 vote
1 answer
1k views

I've created an app with Blazor WASM (.net 6) which is ASP.NET Core hosted with authentication. When first accessing the app the user is presented with a login page and cannot get to the rest of the ...
Hannah Hayes's user avatar
1 vote
0 answers
665 views

My project is VS-2022, .Net 6, C#, Blazor WASM hosted. For CRUD, we designed a razor page showing a list of "records" but needed a way to "page" for a list of 12 records on each ...
John D's user avatar
  • 701
0 votes
2 answers
819 views

As the title, i'm trying but still found no solution. This is flow: User <-> Blazor.Client <-> Blazor.Server <-> External APIs. Blazor.Client: MSAL Authentication Blazor.Server: ...
user avatar
4 votes
1 answer
4k views

Please, see this question for context and the answer by MrC aka Shaun Curtis This question is about something I've tried to solve in the past without great success. Are you familiar with this sample ...
enet's user avatar
  • 46.4k
1 vote
0 answers
284 views

I'm trying to dockerize a Blazor WASM application, but I want to run the application using dotnet watch run for the local development environment. the src code is the default Blazor WASM template, I'...
ddfra's user avatar
  • 2,615
1 vote
0 answers
3k views

I am creating an authentication and authorization handler for internal authorization purposes. My intention is to make it easy for my colleagues to implement the solution into their own projects. We ...
Roddik's user avatar
  • 45
7 votes
1 answer
3k views

After using VS 2022 preview for several iterations I removed it and installed VS 2022 Current when it became available. Existing Blazor hosted application does not Hot reload on file save or on ...
Milan's user avatar
  • 1,039
0 votes
1 answer
574 views

I'm having trouble getting any of the Application ID URIs working. I have a Blazor WebAssembly Hosted application, written in ASP.NET Core 5.0. Using the api://<appId> format is fine, but this ...
Dally Horton's user avatar
1 vote
0 answers
224 views

I am developing a survey project which collects data from the client with Blazor WebAssemly for the Client-side. Each survey form will have a different design and edit-checked rule. So I decide when I ...
kachi_kachi's user avatar
1 vote
1 answer
887 views

I have two blazor applications with exactly same code, one running on the url https://subdomain1.domain.com and the other on https://subdomain2.domain.com These applications are hosted blazor ...
Rui Lima's user avatar
  • 7,513