During Frappe Cloud site setup wizard with CRM demo data enabled, user creation fails at this point because demo user local PFP path is not being converted to an HTTP URL.
Happens for all benches with both CRM and Raven app installed when the user attempts the setup wizard with demo data.
Proposal is to sanitise it with get_url from frappe.utils first if file URL is a local path.
During Frappe Cloud site setup wizard with CRM demo data enabled, user creation fails at this point because demo user local PFP path is not being converted to an HTTP URL.
Happens for all benches with both CRM and Raven app installed when the user attempts the setup wizard with demo data.
Proposal is to sanitise it with get_url from frappe.utils first if file URL is a local path.