Hi Together,
I am successful in installing ERPNext with Docker following the instructions on the Frappe_Docker Repo .
I am trying to install Frappe CRM with Docker. I always run into the same error:
frappe.exceptions.ValidationError: ‘/crm’ is not a valid URL
I have already tried various solution (e.g. While installing Frappe CRM in Localhost Showing /crm not a valid url)
Any help on this matter?
Here are some details:
OS: Ubuntu 22.04
Have tried variations with and without crm in the json file:
export APPS_JSON=‘[
{
“url”: “GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)”,
“branch”: “version-15”
},
{
“url”: “GitHub - frappe/crm: The future of open source CRM”,
“branch”: “main”
}
]’
Thanks,
Hannes Kürmann