Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex Burr 77 posts 128 karma points
    Jun 21, 2015 @ 02:12
    Alex Burr
    0

    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 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.

  • Alex Burr 77 posts 128 karma points
    Jun 21, 2015 @ 02:18
    Alex Burr
    0

    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?

  • Casper Andersen 126 posts 508 karma points
    Jun 21, 2015 @ 12:56
    Casper Andersen
    0

    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

  • Casper Andersen 126 posts 508 karma points
    Jun 27, 2015 @ 09:35
    Casper Andersen
    0

    If not you can go to the umbracoConfig file and set the Session timeout to false, then you will not be logged out

  • Adam Prendergast 33 posts 77 karma points c-trib
    Nov 11, 2015 @ 11:40
    Adam Prendergast
    0

    Hi Alex,

    Did you manage to resolve this issue?

    I have just started to experience the same.

    Thanks, Adam

  • Adam Prendergast 33 posts 77 karma points c-trib
    Dec 07, 2015 @ 20:33
    Adam Prendergast
    1

    We have been experiencing this problem recently.

    Upon inspection of the JS console, the following errors are occuring:

    /api/examinemanagementapi/GetIndexerDetails 401
    /api/examinemanagementapi/GetSearcherDetails 401
    

    It is seemingly related to the Examine Management dashboard.

    Removing/Commenting the following from the config/Dashboard.config seem to fix the issue.

        <tab caption="Examine Management">
          <control>
            views/dashboard/developer/examinemanagement.html
          </control>
        </tab>
    

    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.

  • Alex Burr 77 posts 128 karma points
    Mar 12, 2016 @ 21:02
    Alex Burr
    0

    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.

  • Tracemaster 6 posts 89 karma points
    Mar 20, 2016 @ 05:53
    Tracemaster
    4

    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.

  • Proxicode 127 posts 323 karma points
    Aug 09, 2016 @ 20:08
    Proxicode
    0

    This was my issue as well - thanks for this!

Please Sign in or register to post replies

Write your reply to:

Draft