AttributeError: 'NoneType' object has no attribute 'first_name'

hi everyone,
my bench was running but UI not open it shown
Traceback (most recent call last):
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/app.py”, line 59, in application
init_request(request)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/app.py”, line 121, in init_request
frappe.local.http_request = frappe.auth.HTTPRequest()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/auth.py”, line 53, in init
frappe.local.login_manager = LoginManager()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/auth.py”, line 120, in init
self.set_user_info()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/auth.py”, line 146, in set_user_info
self.full_name = " ".join(filter(None, [self.info.first_name,
AttributeError: ‘NoneType’ object has no attribute ‘first_name’

Explain the issue in detail please.

thanks for reply,
Bench running successfully but UI not open don’t know what’s the reason it shown error trace back above