angularjs error when I try to get to the login page
Suddenly I do not have access to the administration or I do not get the chance to get to the login page. I get a blank page with the following error . I've tried to reset iis and restarted apppool .
What exact version of Umbraco are you using? And have their been made any changes before this started to happen? Are you on a VPN connection for instance?
Is it possible for you to access the backoffice without being on VPN? Or is it necessary in order to access the solution? If not then that's probably the issue.
Good to hear you managed to figure out the problem - Do you mind sharing more details so others can benefit if they should come across the same issues at some point?
angularjs error when I try to get to the login page
Suddenly I do not have access to the administration or I do not get the chance to get to the login page. I get a blank page with the following error . I've tried to reset iis and restarted apppool .
Hi Sune
What exact version of Umbraco are you using? And have their been made any changes before this started to happen? Are you on a VPN connection for instance?
/Jan
Hi Jan
Yes Im on a VPN. But the same thing happens on the staging enviroment. Im using version 7.2.1.. Do you have any clue ?
Hi Sune
Is it possible for you to access the backoffice without being on VPN? Or is it necessary in order to access the solution? If not then that's probably the issue.
/Jan
I found a solution, it was simply a stupid configuration thing in the webconfig, which prevented the login.html page to load.
Hi Sune
Good to hear you managed to figure out the problem - Do you mind sharing more details so others can benefit if they should come across the same issues at some point?
Cheers, Jan
Of course I want to share:
<add name="UmbracoBaseMappingHtml" path="*.html" verb="*" type="umbraco.BasePages.BasePage" resourceType="Unspecified" preCondition="integratedMode" />
We added this because of handling 301 redirect from .html extensions. Since the login page is of .html, then the login page couldnt be loaded.
is working on a reply...