"exception": "BrokenPipeError: [Errno 32] Broken pipe" }

App Versions

{
	"erpnext": "14.0.0-dev",
	"frappe": "15.0.0-dev"
}

Route

form-builder/Tasmeem Projects

I am trying to make changes in a Doctype.
When I add a field or child table to that doctype.

  1. This error comes first

When I close this and again try to Save.

  1. It Says…

After Reload the page, that “Not Saved” status gets disappear, that means its Saved.

I tried after restart bench, mysql, nginx, redis and supervisor, but the same error is coming again and again.

Hi @umarless,

Please try it command.

bench destroy-all-sessions
bench --site [site-name] enable-scheduler
bench --site [site-name] clear-cache
bench --site [site-name] migrate

Maybe, will solve your issue.
Thank You!

3 Likes

Thanks a lot Nihantra.