Skip to content

Could not find app "crm" #2067

@admincomswise

Description

@admincomswise

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:

  1. Run docker compose --env-file crm_prod.env -f crm_prod-compose.yml pull
  2. docker compose --env-file crm_prod.env -f crm_prod-compose.yml down
  3. docker compose --env-file crm_prod.env -f crm_prod-compose.yml up -d
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions