1,683 questions with Developer technologies | .NET | Blazor tags
Blazor - Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
Hi, I have an issue with a Blazor page. Sometimes I receive the following error message on the browser's console view: Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0 This is strange, because this error message…
Developer technologies | .NET | Blazor
Developer technologies | C#
NavMenu not show icons
I create Blazor WebAssembly project in vs 2019. but , None of the icons on the menu are displayed. Who can help me , thanks .
Developer technologies | .NET | Blazor
aspire app giving 431 error
I am getting a 431 error in aspire, but it is working for other my team members. for the newly created aspire app, I am getting the same error. I cleaned the solution cleaned the cookies and all but still nothing worked.
Developer technologies | .NET | Blazor
Structuring a .NET Core 9 Blazor + API Architecture for Microservices Readiness and Best Practices
Hello, I am working on a wiki-style encyclopedic resource application designed to centralize and organize documentation related to the universe of my fantasy novel. This project is personal and primarily has a pedagogical purpose (training myself on…
Developer technologies | .NET | Blazor


Get Absolute URL in Blazor class
Hello, I have a class inside the Services folder. It contains a LogError(Exception ex) method in which I need the absolute URL in order to get the requested page. However, I am unable to access the HttpContext.Request.Url or any other method/extension…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
Developer technologies | C#
Blazor MAUI ios blank screen
Hi, I have created a stock Blazor MAUI project. It can run fine on Windows, Android and Mac. When I try to run it on IOS, it boots and then just displays a blank screen. Is this a known issue? How to fix that? TIA,
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
Blazor Server (.NET 8) redirect fails after login
We have a Blazor Server app (.NET 8) that is hosted on IIS. Users access it by logging into Citrix with their Active Directory credentials, then into the app (with those same credentials). We use ASP.NET Identity to manage login. Both the end-users and…
Windows development | Internet Information Services
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Windows for business | Windows Server | User experience | Other
Data API Builder - Azure Static Web Apps
Trying to understand Data API Builder (DAB) and if its right for my use case. Based off a simple address book example, there is a table "Addresses" that would have columns: User (the user of the address book, likely an ID linked from a User…
Developer technologies | .NET | Blazor
Azure Static Web Apps
Blazor two-way binding
I have a Blazor webassembly client. I want to bind a property to a checkbox type input field via a model class. Model: public class Filter { public bool Selected { get; set; } public ItemType ItemType { get; } public Filter(ItemType…
Developer technologies | .NET | Blazor
New to Blazor - A valid antiforgery token was not provided with the request.
Hi all, Can any body please give me an advice so I can move forward to the main page, why I'm getting "A valid antiforgery token was not provided with the request. Add an antiforgery token, or disable antiforgery validation for this endpoint."…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Why is OnInitializedAsync() called twice on a page reload
Hi all; Normally when a page is being created & rendered in Blazor version 8, RenderMode.InteractiveServer, OnInitializedAsync() is called once. But when I do a Reload on Chrome, it is called twice. And all child components in the page are called…
Developer technologies | .NET | Blazor

Blazor WebAssembly (.NET 8) - AuthenticationService.init JSInterop Error and Debugger Protocol Issues
I'm working on a Blazor WebAssembly solution targeting .NET 8, with both client and server projects. The client uses MSAL authentication (Microsoft.AspNetCore.Components.WebAssembly.Authentication and Microsoft.Authentication.WebAssembly.Msal). I'm…
Developer technologies | .NET | Blazor
I can't find the Blazor Web Assembly option, I only see two options the Blazor Web App and the standalone Web Assembly application but none of them give me the ASP .NET Core Hosted option, why?
I do have a question related to this topic because I want to start a project with the Blazor WebAssembly App template but it is no longer only those two that you mention. according to a video it should look like this: I would like to know if the way I…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | C#
Making a Blazor WebAssembly E-commerce Application Responsive with Flexbox
A Blazor WebAssembly e-commerce application has been built, but the design looks good only on a 23-inch 1920x1080 laptop. The layout includes a header, a left navigation menu, and a footer that is consistent across all pages. The goal is to make this…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor

Blazor ValidationMessage being conditional
Hello, I have a registration form where the users can select if they are private or company. What I need is to make the Company Name validation conditional. Meaning, if they select a company it gets enabled and if they select a private it gets disabled.…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
Blazor and ValidationGroups
I am in ASP.NET since the first version of .NET Framework and I am used to some features that are missing now. Please notice that I've just recently moved to Blazor. Currently, I am wondering why the ValidationGroups are not part of it. I have a kind…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
Set default culture
Hello guys, I am using Microsoft.Extensions.Localization (8.0.11) but for some reason the following code does not work as expected. As you see, I expect the German to be default language but it's always English. Am I missing something? var…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Multiple App.Razor components
Hello, Is it possible to have an additional App.razor file that I can use for e.g. Admin area only? Currently, if I create a new folder named Admin and create a new layout there, it inherits from the existing App.razor and linked css files. Basically, I…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
Getting a System.ObjectDisposedException: The CancellationTokenSource has been disposed in .NET 8
I'm working on a new Blazor app, with server-side and WebAssembly projects in the VS solution. When I debug the app I get a, "Unhandled exception has occurred" message in the bottom of the page. Looking at my event viewer I see this, which…
Developer technologies | .NET | Blazor
How can I host a shared Blazor Custom Elements app on a different Domain?
I tried to publish a Blazor app with custom elements on a Static Web App and reference it from another deployed app. Just added the necessary script tags pointing to the static web app. It does not work. Looking into the blazor.webassembly.js…