That can also sometimes happen if one of the plugins you have installed attempts to make use of a web API that is restricted so that the current user does not have access to it.
If this only happens when you navigate to the developer section, it may be that one of the dashboards in the developer section makes a request to such an API.
Developer tab redirected to login
Just upgraded to the latest version (Umbraco version 7.6.6 assembly: 1.0.6456.19226) per the instructions.
All seemed right with the world, but I cannot get to the Developer tab - It keeps throwing me back to the login & doesn't recognize my credentials.
Any thoughts?
Make sure your
trees.config
looks like this: https://github.com/umbraco/Umbraco-CMS/blob/9a06c3a5ffe5e63853e3d4ee7d88c3871065e83c/src/Umbraco.Web.UI/config/trees.Release.configMake sure to update the version of your ClientDependency.config as well after you update
trees.config
.That can also sometimes happen if one of the plugins you have installed attempts to make use of a web API that is restricted so that the current user does not have access to it.
If this only happens when you navigate to the developer section, it may be that one of the dashboards in the developer section makes a request to such an API.
is working on a reply...