‘TypeError: Failed to fetch’ With Blazor WebAssembly in .NET 8 (with no server-side ASP.NET Core APIs)
I am new to Blazor projects. I created a project with Blazor WebAssembly Standalone App template in VS 2022 (Version 17.8.0) with .NET 8 on my Windows machine I am not using server-side code at all (i.e. no ASP.NET Core APIs etc.), other than to download this webassembly app. Therefore there is no server side … Read more