Troubleshooting This error happens at first place if the database doesn’t exist in your database server. To fix the error: Update the connection string in your appsettings.json and set the correct database server name, username, and password. you can skip this step, if using localdb Execute Add-Migration (if needed). Execute Continue Reading
Blazor
There was an error trying to log you in: ‘ (500)’
Blazor WebAssembly Search Engine Optimization (SEO)
Blazor server seo is not complicated as Blazor WebAssembly seo. When it comes to Blazor server seo, to optimize for seo just we need to choose the rendering mode to be server prerendering. But, for WebAssembly seo the rendering mode will be WebAssembly prerendering. In addition to this, we need Continue Reading