skip to Main Content

Visual Studio Code – VS Code – Cannot debug blazor wasm client projetc : Unable to lauch browser "The URL's protocol must be one of ws, wss or ws+inix"

I have downloaded the Samples to accompany the official Microsoft Blazor documentation https://github.com/dotnet/blazor-samples In VS Code then I open the folder ..blazor-samples-main6.0BlazorSample_WebAssembly I let VS Code add the assets in the subfolder .vscode launch.json task.json I have modified the launch.json…

VIEW QUESTION

Asp net core API – put method – Plesk

I'm struggling to have the API PUT method working correctly while consuming my api (hosted on Plesk) from a blazor webassembly (.net6). I Already have the GET and POST method working fine and already set my cors policy (AllowAnyOrigins,AllowAnyMethod,AllowAnyHeader) but…

VIEW QUESTION
Back To Top
Search