I created the project using “x new blazor-wasm”, and then opened, built the project and debugged the application (from Visual Studio 2022). The error is occurring on the “todos” page - immediately upon loading.
It shouldn’t matter as it should fetch the live project templates from GitHub. I just tested and seemed to pull down the latest template with NuGet.config.
I’m assuming it’s a caching issue, but it specifically avoids caching templates from master/main branches which blazor-wasm uses, so not sure what the issue could be.
If it is a caching issue you can run x clean to delete the download caches.