Server Error after Logout

Hi!
I’m getting a server error after I logout.

Traceback (most recent call last):
File “/home/first/frappe-bench/apps/frappe/frappe/app.py”, line 59, in application
init_request(request)
File “/home/first/frappe-bench/apps/frappe/frappe/app.py”, line 121, in init_request
frappe.local.http_request = frappe.auth.HTTPRequest()
File “/home/first/frappe-bench/apps/frappe/frappe/auth.py”, line 53, in init
frappe.local.login_manager = LoginManager()
File “/home/first/frappe-bench/apps/frappe/frappe/auth.py”, line 120, in init
self.set_user_info()
File “/home/first/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’

I already tried bench update, bench migrate and restarting my server but still getting the same error.
Any help ? Thanks! :slight_smile:

Do you have any customizations?

@saurabh6790
I just add a user after that I logout and then those happened :frowning: