Login failed in new version 6.27

I have installed latest version from master (6.27) last Thursday and after installation I wrote the correct user administrator and the correct password but the system doesn’t log in and still waiting on login screen.

I checked the javascript debugger it gives an error:

unreachable code after return statement frappe-web.min.js:81:12432
SyntaxError: missing ; before statement frappe-web.min.js:81:27947
TypeError: frappe.provide is not a function erpnext-web.min.js:2:43
ReferenceError: __ is not defined 192.168.1.111:447:3

@hfarid your install has not been completed correctly

did you get any errors while installation?

Try

bench build

and try again.

I tried bench build but still having the errors.
The steps I made to install is :slight_smile:
1- installed ubuntu server version 14.4 64bit
2- during installation created the user frappe with password xxxx
3- then I logged in with frappe user and made the following commands :slight_smile:
wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
then
sudo bash setup_frappe.sh --setup-production
and it takes long time then gave me installation successful without any errors.