Thank you @makarand_b.
I’ve downloaded the new image.
But when I try to setup the company and write Company abbreviation on Setup step 4 ( http://localhost:8080/desk#setup-wizard/5 ) I put the text “НИн” (this is in Cyrillic) and it gives me the following error:
Server Error: Please check your server logs or contact tech support.
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 922, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py”, line 108, in get_charts_for_country
if (fname.startswith(country_code) or fname.startswith(country)) and fname.endswith(“.json”):
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 19: ordinal not in range(128)
Just checked again with latin letters for company name and abbreviation, it still gives some error and the Chart of accounts ID on the next step is empty. I succeeded to finalise the setup after some refreshes, going back and forth, but there is definitely a problem on the step 4 and 5 in the setup wizard.