Asp.net – Blazor Server App error when logging out after adding authorize attribute
I am deep into making my blazor server app and I wanted to add the attribute authorize to all my pages to make sure my wep app is secure, exluding the login page. However now that I have added this…