Hey @Ritvik_Sardana
do you know whats is this issue
root@shlok:/home/shlok# python3 ./easy-install.py deploy
–project=helpdesk_prod_setup
--email=shlok.raut.a.i@gmail.com
–image=Package helpdesk · GitHub
–version=stable
–app=helpdesk
–sitename 172.22.1.95
Setting Up Production Instance
Docker is already installed
Please refer to /root/helpdesk_prod_setup.env to know which keys to set
A .env file is generated with basic configs. Please edit it to fit to your needs
[+] Running 43/43
proxy Pulled 45.3s
db Pulled 49.0s
queue-long Pulled 110.9s
cron Pulled 38.0s
backend Pulled 110.9s
redis-cache Pulled 23.7s
websocket Pulled 110.9s
configurator Pulled 110.9s
queue-short Pulled 110.9s
scheduler Pulled 110.9s
frontend Pulled 110.9s
redis-queue Pulled 23.7s
[+] Running 17/17
Network helpdesk_prod_setup_default Created 0.2s
Volume “helpdesk_prod_setup_sites” Created 0.0s
Volume “helpdesk_prod_setup_redis-queue-data” Created 0.0s
Volume “helpdesk_prod_setup_cert-data” Created 0.0s
Volume “helpdesk_prod_setup_db-data” Created 0.0s
Container helpdesk_prod_setup-redis-queue-1 Started 4.4s
Container helpdesk_prod_setup-redis-cache-1 Started 5.3s
Container helpdesk_prod_setup-proxy-1 Started 6.1s
Container helpdesk_prod_setup-db-1 Healthy 11.8s
Container helpdesk_prod_setup-configurator-1 Exited 20.1s
Container helpdesk_prod_setup-queue-long-1 Started 28.2s
Container helpdesk_prod_setup-backend-1 Started 26.1s
Container helpdesk_prod_setup-websocket-1 Started 24.7s
Container helpdesk_prod_setup-queue-short-1 Started 26.7s
Container helpdesk_prod_setup-scheduler-1 Started 22.2s
Container helpdesk_prod_setup-cron-1 Started 29.3s
Container helpdesk_prod_setup-frontend-1 Started 30.5s
Creating site: 172.22.1.95
–no-mariadb-socket is DEPRECATED; use --mariadb-user-host-login-scope=‘%’ (wildcard) or --mariadb-user-host-login-scope=, instead. The name of this option was misleading: it had nothing to do with sockets.
Installing frappe…
Updating DocTypes for frappe : [====================] 100%
Updating Dashboard for frappe
Could not find app “telephony”:
No module named ‘telephony’
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: -8481428521763833334
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in _run_code
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 114, in
main()
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 20, in main
click.Group(commands=commands)(prog_name=“bench”)
File “/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py”, line 1442, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py”, line 1363, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py”, line 1830, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py”, line 1830, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py”, line 1226, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/env/lib/python3.11/site-packages/click/core.py”, line 794, in invoke
return callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/apps/frappe/frappe/commands/site.py”, line 105, in new_site
_new_site(
File “/home/frappe/frappe-bench/apps/frappe/frappe/installer.py”, line 117, in _new_site
install_app(app, verbose=verbose, set_as_patched=not source_sql, force=False)
File “/home/frappe/frappe-bench/apps/frappe/frappe/installer.py”, line 288, in install_app
install_app(required_app, verbose=verbose)
File “/home/frappe/frappe-bench/apps/frappe/frappe/installer.py”, line 281, in install_app
app_hooks = frappe.get_hooks(app_name=name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1616, in get_hooks
hooks = _dict(_load_app_hooks(app_name))
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/caching.py”, line 59, in wrapper
return_val = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1588, in _load_app_hooks
app_hooks = get_module(f"{app}.hooks")
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1454, in get_module
return importlib.import_module(modulename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.11/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1204, in _gcd_import
File “”, line 1176, in _find_and_load
File “”, line 1126, in _find_and_load_unlocked
File “”, line 241, in _call_with_frames_removed
File “”, line 1204, in _gcd_import
File “”, line 1176, in _find_and_load
File “”, line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘telephony’
Bench Site creation failed for 172.22.1.95
Command ‘[‘docker’, ‘compose’, ‘-p’, ‘helpdesk_prod_setup’, ‘exec’, ‘backend’, ‘bench’, ‘new-site’, ‘–no-mariadb-socket’, ‘–db-root-password=623baf6fb’, ‘–admin-password=80497fe6a1da’, ‘–install-app’, ‘helpdesk’, ‘172.22.1.95’]’ returned non-zero exit status 1.
MariaDB root password is 623baf6fb
Site administrator password is 80497fe6a1da
Passwords are stored in /root/helpdesk_prod_setup-passwords.txt
root@shlok:/home/shlok#