I created a blazor web assembly using the Syncfusion template and then tried to scaffold identity and it fails with a meaningless error message. I would appreciate some guidance on how to scaffold identity so that I can do login authentication.
I tried to use the cli and this also failed saying I already had a dbContext
I have the latest Visual Studio 2019 with all patches and updated all nuget packages.
I have the latest syncfusion.
I setup the blazor webassembly to use sql server express locally installed.
the template app compiles and runs, I can register and login.
I need to move to email authentication but cannot.