Why is error message showing



I have created doctype and save why saving also in network tab showing error and unable to list to see and add data to this doctype any one help me why this issue facing how to solve

Hi @Venkat_dev:

Check browser js console, and check error traceback. It would be helpful.

1-try another browser
2-if still then clear cache
bench --site your-site clear-cache
bench --site your-site clear-website-cache
3-if still then reinstall the app but don’t forget to backup because unistall will erase everything
bench --site your-site uninstall-app your-app
bench --site your-site install-app your-app
bench --site your-site migrate

check this:

Thanks it works