When I click the Developer tab, or browse to /umbraco#/developer, I'm instantly thrown to the logon screen with the message Session timed out. Log in below. I can access any other tab with no issues, and I actually don't need to log in again because I can simply change the URL to /umbraco#/umbraco and it will reset to the content tab.
The last thing I did was enable list view for a new document type. I have since disabled list view.
Umbraco version 7.2.2 assembly: 1.0.5529.18522
Google Chrome, Version 43.0.2357.124 m (64-bit)
Cookies cleared
I am the only user (Adminstrator) and this is a development environment.
Try downloading the new Umbraco 7.2.6 and see if that fixes the problem. Could be anything from a file that is damaged to a file or 2 that where never included, hopefully when you update to 7.2.6 that should include the files you need and fix the issue
Thanks, that did seem to get it working. I'd still love to know what happened, though. I plan to upgrade from 7.2.2 soon (as we're several versions behind now) so if that does anything to help, I'll post here.
I had the same issue of being logged out of the developer tab (401 authorisation issue). The issue occurred after an umbraco upgrade and commenting the Examine Management from Dashboard.config did not help.
For me the issue was caused by the trees.config file not being updated with the upgrade.
I solved this by downloading the latest Umbraco version and copying the new trees.config file into my solution.
HELP! Getting logged out from developer tab
So this just started happening:
When I click the Developer tab, or browse to
/umbraco#/developer
, I'm instantly thrown to the logon screen with the messageSession timed out. Log in below
. I can access any other tab with no issues, and I actually don't need to log in again because I can simply change the URL to/umbraco#/umbraco
and it will reset to the content tab.The last thing I did was enable list view for a new document type. I have since disabled list view.
Umbraco version 7.2.2 assembly: 1.0.5529.18522
Google Chrome, Version 43.0.2357.124 m (64-bit)
Cookies cleared
I am the only user (Adminstrator) and this is a development environment.
Update, I can only access developer tab by going into the document type, selecting "Enable List View" and then clicking "Edit" from Current List View.
This is not going to work... anyone have any ideas?
Try downloading the new Umbraco 7.2.6 and see if that fixes the problem. Could be anything from a file that is damaged to a file or 2 that where never included, hopefully when you update to 7.2.6 that should include the files you need and fix the issue
If not you can go to the umbracoConfig file and set the Session timeout to false, then you will not be logged out
Hi Alex,
Did you manage to resolve this issue?
I have just started to experience the same.
Thanks, Adam
We have been experiencing this problem recently.
Upon inspection of the JS console, the following errors are occuring:
It is seemingly related to the Examine Management dashboard.
Removing/Commenting the following from the config/Dashboard.config seem to fix the issue.
Not ideal - but we were not using it anyway.
It'd still like to delve further, as this doesn't seem like the best solution.
Thanks, that did seem to get it working. I'd still love to know what happened, though. I plan to upgrade from 7.2.2 soon (as we're several versions behind now) so if that does anything to help, I'll post here.
I had the same issue of being logged out of the developer tab (401 authorisation issue). The issue occurred after an umbraco upgrade and commenting the Examine Management from Dashboard.config did not help.
For me the issue was caused by the trees.config file not being updated with the upgrade.
I solved this by downloading the latest Umbraco version and copying the new trees.config file into my solution.
This was my issue as well - thanks for this!
is working on a reply...