Hello,
I am on Frappe Cloud and trying to remove an app named “appe” from my site.
App name: “Appe”
Appe version shown in Installed Applications: 0.0.1
When I try to uninstall Appe from the site, the job shows:
“App Appe is a dependency of hrms. Uninstall hrms first.”
But from the site backend, hrms hooks show only:
required_apps = [‘frappe/erpnext’]
It does not show Appe as a dependency of hrms.
When I try to upgrade/update the site, Frappe Cloud shows:
“Could not find a valid source for app appe.”
So it looks like Appe is installed on the site, but Frappe Cloud/bench does not have a valid source repository for the app.
What is the safe way to fix this on Frappe Cloud?