That sounds really weird indeed - What version of Umbraco are you using and is it a custom install or are you working with Umbraco Cloud?
Can you see if some more useful information exists in the /App_Data/Logs file? Anything marked with ERROR there, which can give us a more detailed clue?
Is it a fresh install or have you previously been able to login without any issues? Remember any changes made that could somehow cause this?
It might be worth trying to wipe out the cached stuff in the /App_Data/Temp folder and bump the ClientDependency version attribute in the /config/ClientDependency.config file and recycle the app pool to see if that makes any difference - A long shot but it's worth trying.
Umbraco admin on localhost
I am developing with umbraco locally and the front-end site loads fine, but when I try to load the /umbraco I get nothing and no error.
It redirects to http://localhost:51989/umbraco#/undefined and there is no content, just blank.
Hi Jeff
That sounds really weird indeed - What version of Umbraco are you using and is it a custom install or are you working with Umbraco Cloud?
Can you see if some more useful information exists in the /App_Data/Logs file? Anything marked with ERROR there, which can give us a more detailed clue?
/Jan
value="7.5.9"...custom install.
Nothing log file, marked edit
Hi Jeff
Ok so I suppose this has just started to happen recently? What have changed since the last time you successfully logged in?
Could it be a cookie issue somehow? Have you tried logging in using another browser for instance?
/Jan
I have tried multiple browsers. I was wondering if it was maybe something in database that says this url such and such
Is it a fresh install or have you previously been able to login without any issues? Remember any changes made that could somehow cause this?
It might be worth trying to wipe out the cached stuff in the /App_Data/Temp folder and bump the ClientDependency version attribute in the /config/ClientDependency.config file and recycle the app pool to see if that makes any difference - A long shot but it's worth trying.
/Jan
is working on a reply...