Create User Email Button not working from User Doctype

after Creation of User , When i click on Create User Email give me this error in console log

Unable to handle success response
request.js:221 TypeError: Cannot read property ‘name’ of undefined
at Object.callback (eval at setup (script_manager.js:155), :192:60)
at Object.success [as success_callback] (request.js:73)
at 200 (request.js:98)
at Object. (request.js:217)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at z (jquery.min.js:4)
at XMLHttpRequest. (jquery.min.js:4)
(anonymous) @ request.js:221
i @ jquery.min.js:2
fireWith @ jquery.min.js:2
z @ jquery.min.js:4
(anonymous) @ jquery.min.js:4
load (async)
send @ jquery.min.js:4
ajax @ jquery.min.js:4
frappe.request.call @ request.js:199
frappe.call @ request.js:77
create_user_email @ VM650:172
(anonymous) @ VM650:141
i @ page.js:371
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3

Same for me.
Using docker with this versions:
ERPNext: v12.10.1 (version-12)
Frappe: v12.8.4 (version-12)
Bug report is created but still pending and unasigned
https://github.com/frappe/erpnext/issues/17708