Upgrading from Umbraco v12.3.7 (.NET 7.0) to v12.3.9 (.NET 8.0)
Hello everyone,
I recently upgraded my Umbraco project from version 12.3.7 to 12.3.9 using NuGet. The upgrade process involved resolving a few dependency mismatch issues, but I managed to sort them all out, and now the project builds without any errors. Additionally, the default maintenance page loads without any issues, indicating a successful upgrade at first glance.
However, I've encountered a problem when trying to access the login screen - it doesn't load, and all I see is a blank page. To investigate further, I checked the browser's console and found several errors. I've attached a screenshot of the console errors below to provide more context.
Does anyone have any insights or suggestions on what might be causing these login screen issues after the upgrade? I'm curious if there's a specific dependency or configuration that I might have overlooked that's now affecting the login functionality.
Thank you in advance for any assistance or guidance you can provide!
What kind of web server are you using (Apache, IIS, etc)? You might check your webserver configuration and see if you are only allowing certain extensions to be served by your web server. If that is the case, you will want to add the extension of the files that are getting rejected.
Upgrading from Umbraco v12.3.7 (.NET 7.0) to v12.3.9 (.NET 8.0)
Hello everyone,
I recently upgraded my Umbraco project from version 12.3.7 to 12.3.9 using NuGet. The upgrade process involved resolving a few dependency mismatch issues, but I managed to sort them all out, and now the project builds without any errors. Additionally, the default maintenance page loads without any issues, indicating a successful upgrade at first glance.
However, I've encountered a problem when trying to access the login screen - it doesn't load, and all I see is a blank page. To investigate further, I checked the browser's console and found several errors. I've attached a screenshot of the console errors below to provide more context.
Does anyone have any insights or suggestions on what might be causing these login screen issues after the upgrade? I'm curious if there's a specific dependency or configuration that I might have overlooked that's now affecting the login functionality.
Thank you in advance for any assistance or guidance you can provide!
What kind of web server are you using (Apache, IIS, etc)? You might check your webserver configuration and see if you are only allowing certain extensions to be served by your web server. If that is the case, you will want to add the extension of the files that are getting rejected.
is working on a reply...