I’m trying to make the interface Chinese through the package.
Below is my bench command to create the site.
bench new-site frontend --no-mariadb-socket --admin-password=${ADMIN_PASSWORD} --db-root-password=${DB_PASSWORD} --install-app erpnext --set-default;
bench get-app https://gitee.com/yuzelin/erpnext_chinese.git;
bench --site frontend install-app erpnext_chinese;
The command completed without generating any error messages.
However, the last container named scheduler has the following error message, causing the site to be unable to access normally.
The same situation applies to the version of ERPNext using v14.29.2
or v13.52.4
.
Also I installed this package with no problem.