Skip to main content

All Questions

0 votes
0 answers
10 views

Cannot add Blazor Web Assembly project to ASP.NET Core .NET 6 application

I need to add Blazor Web Assembly project to ASP.NET Core .NET 6 application. I did as described in this article How to integrate Blazor application Removed builder.RootComponents.Add("#app"...
max's user avatar
  • 35
0 votes
0 answers
38 views

Issue with authentication in Blazor

I am working with Blazor authentication. I have implemented a way to authenticate a user through an API controller that signs in the user and returns the current state of the user with http requests. ...
Lemon Grab's user avatar
-1 votes
0 answers
28 views

Adding Base Path to Blazor Project

I need to perform Base Path URL for my project. I need confirmation whether this approach can be implemented with Blazor or not? mainurl/KioskDevt/index - for development & for kiosk.client app ...
Sakil Ahemad Mamad Palani's user avatar
0 votes
0 answers
46 views

Blazor/MAUI Hybrid with asp.net core backend Authorization and Authentication. Best way?

I have: asp.net core for backend which has access to db and other stuff Blazor wasm spa for website MAUI Balzor Hybrid for mobile app Razor RLC that is shared between the app and website Using new ...
user3015088's user avatar
0 votes
1 answer
32 views

Timeouts are not supported on this stream. Cannot receive stream response from API and save file to local disk in Blazor WASM

in my Blazor WASM app, I have a file download feature. When calling my API to download a specific file - the API calls to blob storage where the file is saved and returns it to the client. Since the ...
baouss's user avatar
  • 1,560
0 votes
1 answer
44 views

How do I configure client side routing in Blazor WASM for subfolder in URL?

The issue I'm having is in my Blazor WASM application, is that when developing (dotnet watch) if whether a link inside the app, or manually entering URL (Example: http://localhost:5267/Contact) it ...
Steve Miller's user avatar
0 votes
1 answer
29 views

Locale "ar-KW" is not getting listed CultureInfo.GetCultures(CultureTypes.AllCultures) in Windows10 .NET 8 Blazor WASM

I'm trying to list all the cultures available in a dropdown so that end user can choose a language-REGION locale code. I have <BlazorWebAssemblyLoadAllGlobalizationData>true</...
fingers10's user avatar
  • 7,649
0 votes
0 answers
87 views

How to insert HTML to a Blazor WASM?

I am working on an e-commerce solution. The client side is a Blazor WASM .Net 6 project. I am trying to use a 3rd party payment gateway and unfortunately, their support is very poor. I am trying to ...
raysefo's user avatar
  • 413
0 votes
0 answers
137 views

Blazor WebAssembly Error: Cannot read properties of undefined (reading 'out') after Publishing

I am encountering an issue with my Blazor WebAssembly application after publishing it. The application works fine in both development and release modes, but once I publish it, I receive the following ...
Jitendra Jadav's user avatar
0 votes
1 answer
87 views

.NET 8 Blazor web app - single sign-on with Windows credentials

I want to migrate my .NET 7 Blazor Server solution to .NET 8 Blazor web app template. When I first time come to the page, everything is ok, when I refresh the page I get an error: Access to host ...
mmaestro's user avatar
0 votes
2 answers
36 views

How to do Blazor WASM (Client) initialization from a configuration file of some sort

All, We have a bunch of WASM components that run on the client. They use HttpClient to post requests to the server. The HTTP Client requires BaseAddress of the server. We need to initialize the ...
ActiveX's user avatar
  • 1,067
0 votes
0 answers
36 views

Can't log out of Blazor WebAssembly client app

In a fresh Blazor WebAssembly Standalone App (dotnet new blazorwasm --auth Individual), I updated the call to AddOidcAuthentication() to add Google authentication: builder.Services....
Overlord Zurg's user avatar
0 votes
1 answer
97 views

How to add a different layout (CSS, javascript) to a razor page in Blazor WASM?

I am working on a Blazor WASM e-commerce application using the .NET 6 old version with a default template. I want to add a new razor page with a different look while keeping the old ones in the ...
raysefo's user avatar
  • 413
0 votes
1 answer
47 views

Is it possible to read out the mainboard serial number and the security identifier of a client with a Blazor Webassembly app

We are linking license files to specific target systems that are identified with the serial number of the mainboard and the security identifier (https://learn.microsoft.com/en-us/windows/win32/...
Tuelle's user avatar
  • 111
0 votes
1 answer
62 views

How can I trigger a method to update NavMenu from a blazor page in WASM?

I have a Blazor WASM Client e-commerce application where I'm showing cart counts in the NavMenu. I'm trying to call the GetCartCount() method from the OrderConfirmation blazor page after payment has ...
raysefo's user avatar
  • 413

15 30 50 per page
1
2 3 4 5
52