Closed KSchlobohm closed 1 year ago
One possibility is that the Razer page was not compiled.
Based on docs this feature is key to the way devs work on CSS and JavaScript based features with the expectation that the Razer page is recompiled without restarting the web app.
A proposed change could look like
private void AddAzureAdServices(IWebHostEnvironment env, IServiceCollection services)
{
var mvcBuilder = services.AddRazorPages().AddMicrosoftIdentityUI();
if (env.IsDevelopment())
{
mvcBuilder.AddRazorRuntimeCompilation();
}
A possible workaround, without code change, could be to try:
migrated to 1852536
Describe the bug Started the web app and saw an error screen.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected to see the home page
Screenshots