Not permitted always

Hello community , I got few user accounts with all possible permissions. but I got this message always exactly after login . anyone can help me ?

Traceback (most recent call last):
File “/home/frappe/bench/apps/frappe/frappe/app.py”, line 68, in application
response = frappe.api.handle()
File “/home/frappe/bench/apps/frappe/frappe/api.py”, line 55, in handle
return frappe.handler.handle()
File “/home/frappe/bench/apps/frappe/frappe/handler.py”, line 31, in handle
data = execute_cmd(cmd)
File “/home/frappe/bench/apps/frappe/frappe/handler.py”, line 64, in execute_cmd
is_whitelisted(method)
File “/home/frappe/bench/apps/frappe/frappe/init.py”, line 608, in is_whitelisted
throw(_(“Not permitted”), PermissionError)
File “/home/frappe/bench/apps/frappe/frappe/init.py”, line 439, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’, is_minimizable=is_minimizable, wide=wide, as_list=as_list)
File “/home/frappe/bench/apps/frappe/frappe/init.py”, line 418, in msgprint
_raise_exception()
File “/home/frappe/bench/apps/frappe/frappe/init.py”, line 372, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.PermissionError: Not permitted

Blockquote