I have updated my system today and after update when I login I can only see a big E logo on the screen. Following errors were there on the JS console.
Navigated to http://saxsons.in:447/desk
desk.min.js:899 Uncaught SyntaxError: Unexpected token return
list.min.js:1 Uncaught TypeError: Cannot set property ‘listing’ of undefined
at list.min.js:1
(anonymous) @ list.min.js:1
form.min.js:1 Uncaught TypeError: Cannot set property ‘grid_form’ of undefined
at form.min.js:1
(anonymous) @ form.min.js:1
report.min.js:1 Uncaught TypeError: Cannot read property ‘Factory’ of undefined
at report.min.js:1
(anonymous) @ report.min.js:1
erpnext.min.js:1 Uncaught TypeError: frappe.provide is not a function
at erpnext.min.js:1
(anonymous) @ erpnext.min.js:1
Beta instance at beta.erpnext.com seems to be having the same issue
Firefox console output:
SyntaxError: missing ; before statement desk.min.js:899:878
TypeError: frappe.templates is undefined list.min.js:1:1
TypeError: frappe.templates is undefined form.min.js:1:1
TypeError: frappe.views is undefined report.min.js:1:1
unreachable code after return statement erpnext.min.js:214:709
TypeError: frappe.provide is not a function erpnext.min.js:1:1