I'm working on a server-side Blazor application which was created with the "Individual User Accounts" option selected for Authentication.
I now want to customise the login page however when I select to add the Identity pages via scaffolding I receive the below error and I'm not sure where to start in terms of troubleshooting.
Failed to compile the project in memory
.OnInitializedAynsc() no suitable method found to overrirde
The above error is listed for each page within my project.

