I have developed an Umbraco 7 site in visual studio. It is working fine locally.
But after I deployed this into server, the Admin Console Login does not appear. I am getting a blank screen only.
In the page source console, the error that appears is - 'Uncaught ReferenceError: angular is not defined' - for lot of js files.
Admin Login Console is blank after deploying
Hi,
I have developed an Umbraco 7 site in visual studio. It is working fine locally. But after I deployed this into server, the Admin Console Login does not appear. I am getting a blank screen only.
In the page source console, the error that appears is - 'Uncaught ReferenceError: angular is not defined' - for lot of js files.
Kindly help in this.
Thanks in advance,
Suma Mathews
The 'debug' attribute of compilation tag is set to 'false'. Thus the issue is resolved.
is working on a reply...