Navigating cookie-trail menu throws error

Example, I go to website settings, then in the top-bar click the word Website (by the E-logo) it gives

Traceback (most recent call last):
  File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
    response = frappe.handler.handle()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 882, in call
    return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

ps.
clicking the “Report this issue” button doesn’t work

Could not replicate it on my local. Can you try bench update and see if it still happens.