Closed
Description
Describe the bug
After changing the base href tag in web assembly client project authentication no longer works correctly.
To Reproduce
Create new web assembly project change base href to "/client/" in index.html and add app.UsePathBase("/client") to server-side project startup.cs file
client now receives a 401 after successful login
Further technical details
- Blazor WebAssembly 3.2.0 Preview 2
- Visual Studio 2019 16.4.5