Blazor application is logged in then logs itself out
I’ve got a Blazor application with authentication against IdentityServer.
Blazor application is logged in then logs itself out
I’ve got a Blazor application with authentication against IdentityServer.
Blazor load userprofile from DB before the @body renders
I am using Blazor WebAssembly for my application. After user authentication, I need to make a database call to fetch some custom properties of the user (GetUserProfile). I want to expose this UserProfile to the entire app using a cascading parameter to avoid making additional database calls in child components whenever the UserProfile is needed.
Blazor Cannot provide a value for property
I am very new to Blazor and I am just trying to create a basic CRUD app that calls an API.
The error I’m getting is:
Authentication state does not change in Blazor .net8
I have Blazor WebAssembly application on .net 8. I tried to implement custom authentication in it, but my code doesn’t work. Elements located in the block [Authorized] are not displayed. In my solution i have 3 projects: Server, Client, Shared.
Server project can not run client project in blazor hosted WASM application for firefox broswer only
I had develop blazor hosted WASM application. when run blazor application server program.cs can not run client program.cs i.e server project serve the client static assets of www root folder only can not initialize the client . server can not bind with client. This is happened on firefox only . Remaing browsers are fine. what was issue server program.cs not connected with client.
ASP.NET Blazor Webassambly, maximum upload file size
I am trying to implement an feature with read a large data file in Blazor Webassambly
Is it possible CRUD vs Dataverse Web API vs Blazor? I got 405 for Update. Get is OK
“error”: {
“code”: “”,
“message”: “The requested resource does not support http method ‘PATCH’.”
}
calling Blazor component with successive calls does not update the childComponents
I am learning Blazor and as a lesson, I am passing 2 variables to the component.
It is not updating for me.
I do not know why.
Each successive call should create a new component and add the values, but it does not seem to change the second value. Trying to get the second value working first then I will add the first, which is hard coded in the component.
Thank you.
Blazing Coffee Repo
Wrote me the steps to do in order to execute the demo of blazzing coffee repo for Blazor in Visual Studio 2022.
Wrote me the URL to download the correct repo, also.