Describe the bug
I pulled in latest crm changes through docker.
docker compose --env-file crm_prod.env -f crm_prod-compose.yml pull
After restarting docker containers, I get
Could not find app "crm":
No module named 'crm'
Queued rebuilding of search index for <domain_name>
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/caching.py", line 57, in wrapper
return frappe.local.request_cache[func][args_key]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: -4384693333533515221
To Reproduce
Steps to reproduce the behavior:
- Run docker compose --env-file crm_prod.env -f crm_prod-compose.yml pull
- docker compose --env-file crm_prod.env -f crm_prod-compose.yml down
- docker compose --env-file crm_prod.env -f crm_prod-compose.yml up -d
- Goto crm through your browser, you will get Internal server error
Expected behavior
The crm is supposed to up and running and accessible.
Desktop (please complete the following information):
- OS: debian-12-bookworm-v20250415
- Browser chrome
Describe the bug
I pulled in latest crm changes through docker.
docker compose --env-file crm_prod.env -f crm_prod-compose.yml pull
After restarting docker containers, I get
Could not find app "crm":
No module named 'crm'
Queued rebuilding of search index for <domain_name>
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/caching.py", line 57, in wrapper
return frappe.local.request_cache[func][args_key]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: -4384693333533515221
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The crm is supposed to up and running and accessible.
Desktop (please complete the following information):