Skip to main content

Posts

Showing posts from March, 2018

Fix for Umbraco Backoffice Login Problem - umbraco/backoffice/UmbracoApi/Authentication/PostLogin - 400 Bad Request

If you ever see that you can not login to Umbraco backoffice anymore even though you haven't changed anything, this could be because of  301 Url Tracker umbraco package . For my case; this package was messing up paths for Umbraco Backoffice API mehtods and deleting all records in icUrlTracker table has fixed my problem. There are other suggestions like updating the web.config useLegacyEncoding setting but this hasn't worked for me. Hope it helps.