Trying to use a simple manual setup on a freshly initialized bench with frappe, erpnext, hrms apps. The installation seemed to go through just fine.
The only lines which looked strange are these ones:
Patching Existing Data...
rename_field: kra_title not found in table for: Appraisal Template
rename_field: kra_template not found in table for: Appraisal
Thank you for installing Frappe HR!
Updating Dashboard for hrms
These lines don’t tell if the “not found in table” items are a problem or not, so maybe they are a success message, that it’s good they are not found? Who knows.
Anyway, the ‘Thank you for installing Frappe HR!’ looks like a success, although technically that’s only implicit.
Now going through the first use setup wizard, with no special inputs really, I can’t access the Chart of Accounts:
Method Not Allowed
You are not permitted to access this resource.
What?
Am I not the Administrator of the install?
How can anything be refused to me at this point?
Opening the error details clicking on the little triangle gives:
Function **erpnext.accounts.utils.get_coa** is not whitelisted.
What? API access not allowed in the setup wizard?
The CoA is under this message and shows the root node of the CoA, but clicking it or trying to expand all yields a similar error message:
Method Not Allowed
You are not permitted to access this resource.Function **frappe.desk.treeview.get_all_nodes** is not whitelisted.
Ignoring this problem, clicking “Complete Setup” yields:
#### Method Not Allowed
You are not permitted to access this resource.
Function **frappe.desk.page.setup_wizard.setup_wizard.setup_complete** is not whitelisted.
It’s a fresh version-15 setup, pulled from github just now:
$ bench version
erpnext 15.12.2
frappe 15.13.0
hrms 15.11.0
$ bench --version
5.22.0
$ cat /etc/os-release
PRETTY_NAME=“Ubuntu 22.04.3 LTS”
Well, what now?
Stuck right at the start in a manual vanilla install.