Just completed a NuGet upgrade of a 7.4.3 site to 7.5. On startup for the first time I just get the login screen with no username and password fields. All I see is the Umbraco logo and "Happy funky friday" on a black screen.
Using W10 Chrome Version 52.0.2743.116 m (64-bit), removed all cookies and have done several Empty Cache and Hard Reloads but to no avail. I can see the username and password fields HTML in the source, but they aren't accessible to a user so can't log in and get to work.
In source, the "login" div had a style attribute of "display:none". Setting this in Chrome's dev tools to "inline" allowed the login form to show and upgrade progressed normally. Once the upgrade completed, the login screen seems to display normally.
I have the same issue, but just on my production environment.
The only thing I found out is that if you set compilation debug="true"> in the web.config, the form works again. I don't know why, maybe something with compression if Umbraco uses that. Looks like a lot of .js files aren't loaded any more.
Turns out that the backoffice login shows up normally if you remove that part, even with <compilation debug="false">. So it was indeed related to url compression, as Marco pointed out.
Maybe that solution wasn't the best idea after all. Even if it seemed to work at first, I then got other errors when Umbraco tries to resolve stuff in /umbracoapi/*.
However, I did solve my issue by clearing the client depencies located in App_Data/ClientDependency/ and App_Data/TEMP/ClientDependency/. With those files gone, the backoffice now behaves normally.
7.4.3 to 7.5 upgrade blank login screen
Just completed a NuGet upgrade of a 7.4.3 site to 7.5. On startup for the first time I just get the login screen with no username and password fields. All I see is the Umbraco logo and "Happy funky friday" on a black screen.
Using W10 Chrome Version 52.0.2743.116 m (64-bit), removed all cookies and have done several Empty Cache and Hard Reloads but to no avail. I can see the username and password fields HTML in the source, but they aren't accessible to a user so can't log in and get to work.
Anyone else getting this?
In source, the "login" div had a style attribute of "display:none". Setting this in Chrome's dev tools to "inline" allowed the login form to show and upgrade progressed normally. Once the upgrade completed, the login screen seems to display normally.
I have the same issue, but just on my production environment.
The only thing I found out is that if you set compilation debug="true"> in the web.config, the form works again. I don't know why, maybe something with compression if Umbraco uses that. Looks like a lot of .js files aren't loaded any more.
I had a similar issue after upgrading to 7.5.3. In my case, the login screen was plain blank tough.
After some research, I found out that a section was automatically added at the end of the Web.config:
Turns out that the backoffice login shows up normally if you remove that part, even with
<compilation debug="false">
. So it was indeed related to url compression, as Marco pointed out.Does this help with your issue?
Maybe that solution wasn't the best idea after all. Even if it seemed to work at first, I then got other errors when Umbraco tries to resolve stuff in
/umbracoapi/*
.However, I did solve my issue by clearing the client depencies located in
App_Data/ClientDependency/
andApp_Data/TEMP/ClientDependency/
. With those files gone, the backoffice now behaves normally.is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.