Cheers @fishter, I’ve been in “discovery” mode on and off for several months…
You are right regarding the problem, on the working server:
bench version
erpnext 11.1.10
foundation 0.0.1
frappe 11.1.10
And on the server with the error above:
bench version
erpnext 12.x.x-develop
foundation 0.0.1
frappe 11.1.10
But I couldn’t switch to the master branch using the command:
bench switch-to-master
...
Branch master does not exist in Upstream for erpnext
So following this suggestion:
rm -rf apps/erpnext
bench get-app erpnext https://github.com/frappe/erpnext --branch master
bench update --patch
bench version
erpnext 11.1.10
foundation 0.0.1
frappe 11.1.10