installed erpnext 15 on ubuntu 22 from scratch and can’t complete the setup wizzard
I recently got this issue and we have just solved with these commands:
bench --site {sitename} migrate
bench --site {sitename} clear-cache
bench --site {sitename} clear-website-cache
unfortunatly that didnt work
You can skip this setup wizard, I guess
Edit this file in sites folder, common_site_config.json
“skip_setup_wizard”: 1
bench --site {sitename} migrate
ive put the line in the right file and when i migrate i get
frappe@www:~/frappe-bench$ bench --site next.multi-doc.ca migrate
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 8, in
sys.exit(cli())
File “/usr/local/lib/python3.10/dist-packages/bench/cli.py”, line 83, in cli
bench_config = get_config(“.”)
File “/usr/local/lib/python3.10/dist-packages/bench/config/common_site_config.py”, line 34, in get_config
return get_common_site_config(bench_path)
File “/usr/local/lib/python3.10/dist-packages/bench/config/common_site_config.py”, line 42, in get_common_site_config
return json.load(f)
File “/usr/lib/python3.10/json/init.py”, line 293, in load
return loads(fp.read(),
File “/usr/lib/python3.10/json/init.py”, line 346, in loads
return _default_decoder.decode(s)
File “/usr/lib/python3.10/json/decoder.py”, line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File “/usr/lib/python3.10/json/decoder.py”, line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 20 column 2 (char 538)