How can I reload my custome doctype when the doctyp json file changed

I manual changed the doctype json file. but how to make it take effect.

frappe --latest not working.

You should also change the modified date/time to something different. Then
run --latest.

1 Like

ubuntu@VM-33-217-ubuntu:~$ bench frappe --latest
frappe app is not installed. Run the following command to install frappe
bench get-app frappe GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)()
File “/home/ubuntu/bench-repo/bench/cli.py”, line 42, in cli
return old_frappe_cli()
File “/home/ubuntu/bench-repo/bench/cli.py”, line 91, in old_frappe_cli
os.execv(f, [f] + sys.argv[2:])
OSError: [Errno 2] No such file or directory

did anyone find an answer to this. I run into the same problem.