Getting this error On Homepage

Traceback (most recent call last):
File “/opt/bench/erpnext/apps/frappe/frappe/app.py”, line 52, in application
init_request(request)
File “/opt/bench/erpnext/apps/frappe/frappe/app.py”, line 116, in init_request
frappe.local.http_request = frappe.auth.HTTPRequest()
File “/opt/bench/erpnext/apps/frappe/frappe/auth.py”, line 51, in init
frappe.local.login_manager = LoginManager()
File “/opt/bench/erpnext/apps/frappe/frappe/auth.py”, line 118, in init
self.get_user_info()
File “/opt/bench/erpnext/apps/frappe/frappe/auth.py”, line 145, in get_user_info
self.user_type = self.info.user_type
AttributeError: ‘NoneType’ object has no attribute ‘user_type’

same probelome