Unable to access Desk after update to latest 14.25.0 version

After the latest ErpNext update to version 14.25.0 I’m unable to access Desk. Here’s the taceback. can anyone please help

Preformatted text
Traceback (most recent call last):
File “apps/frappe/frappe/www/app.py”, line 28, in get_context
boot = frappe.sessions.get()
File “apps/frappe/frappe/sessions.py”, line 190, in get
frappe.get_attr(hook)(bootinfo=bootinfo)
File “apps/frappe/frappe/init.py”, line 1597, in get_attr
return getattr(get_module(modulename), methodname)
File “apps/frappe/frappe/init.py”, line 1327, in get_module
return importlib.import_module(modulename)
File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1050, in _gcd_import
File “”, line 1027, in _find_and_load
File “”, line 1006, in _find_and_load_unlocked
File “”, line 688, in _load_unlocked
File “”, line 883, in exec_module
File “”, line 241, in _call_with_frames_removed
File “apps/frappe/frappe/utils/telemetry.py”, line 8, in
from posthog import Posthog
ModuleNotFoundError: No module named ‘posthog’

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “apps/frappe/frappe/website/serve.py”, line 18, in get_response
response = renderer_instance.render()
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 84, in render
html = self.get_html()
File “apps/frappe/frappe/website/utils.py”, line 510, in cache_html_decorator
html = func(*args, **kwargs)
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 95, in get_html
self.update_context()
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 163, in update_context
data = self.run_pymodule_method(“get_context”)
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 225, in run_pymodule_method
return method(self.context)
File “apps/frappe/frappe/www/app.py”, line 30, in get_context
raise frappe.SessionBootFailed from e
frappe.exceptions.SessionBootFailed

bench version
chat 0.0.1
erpnext 14.25.0
frappe 14.36.2
hrms 15.0.0-dev
india_compliance 14.7.0
payments 0.0.1
raven 0.0.1

You should switch branch of hrms to version-14 and try again.

Ok Let me try that.

Tried that. No error while doing the switch. No errors on “bench update --patch”
Still the same error and no access to the Desk

bench version
chat 0.0.1
erpnext 14.25.0
frappe 14.36.2
hrms 14.3.2
india_compliance 14.7.0
payments 0.0.1
raven 0.0.1

try
bench --site site-name migrate

Resolved:

Tried agian with “bench update --reset”
On completion - the problem disappeared. Seems something might have got missed on the earlier update