Hello.
I tried to update bench… with command:
bench update
But I have the problem:
Cannot proceed with update: You have local changes in app “erpnext” that are not committed.
And I used command:
bench update --reset
And then I have the error:
File “/home/erpuser/frappe-bench/apps/frappe/frappe/init.py”, line 455, in _raise_exception
raise raise_exception(msg)
msg = ‘Could not find Parent Item Group: All Item Groups’
raise_exception = <class ‘frappe.exceptions.LinkValidationError’>
…skipped… 1 vars
frappe.exceptions.LinkValidationError: Could not find Parent Item Group: All Item Groups
INFO: A newer version of bench is available: 5.14.4 → 5.23.0
I think it is problem in code, I opened also issue on Girhub: https://github.com/frappe/education/issues/305
What should I do?