New project template error

Hello everybody,
when i create a blazor webassembly project and i uncheck pwa it actually creates me a pwa project anyway.
Please help me figure out how I can fix the problem.
Thank you


There is no such term PWA project. The Client project is either PWA compatible or not.

When I create a no PWA webassembly project the solution consists of only one project and not client and server is that correct?
Now it always creates a client server project instead

Client/Server is not related to PWA. If there is a server project this means that the WebAssembly application is hosted. Radzen Blazor Studio templates are only hosted since there is no way to provide database access in plain WebAssembly application.