Email Domain Configuration

@sunhoww i have used chrome now and the problem is still there. And can i rebuild my JS Bundles?
What i even did is clearing cookies and more but nothing helps me. This is maybe a stupid question but where is the config of this maybe i can edit this by hand.

INFO:bench.utils:npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
npm WARN frappe@ No description
Backing up sites…
Patching sites…
Migrating site1.local
Updating DocTypes for frappe : [========================================]
Updating DocTypes for erpnext : [========================================]
Updating DocTypes for erpnext_shopify: [========================================]
Updating DocTypes for sendgrid_integration: [========================================]
Syncing help database…
/home/frappe/frappe-bench/apps/frappe/frappe/build.py:106: UserWarning: Source /home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/public does not exists.
warnings.warn(‘Source {source} does not exists.’.format(source = source))
/home/frappe/frappe-bench/apps/frappe/frappe/build.py:106: UserWarning: Source /home/frappe/frappe-bench/apps/sendgrid_integration/sendgrid_integration/public does not exists.
warnings.warn(‘Source {source} does not exists.’.format(source = source))
/home/frappe/frappe-bench/apps/frappe/frappe/build.py:106: UserWarning: Source /home/frappe/frappe-bench/apps/sendgrid_integration/sendgrid_integration/docs does not exists.
warnings.warn(‘Source {source} does not exists.’.format(source = source))
Wrote css/frappe-web.css - 65.11 KB
Wrote js/frappe-web.min.js - 132.77 KB
Wrote js/control.min.js - 77.04 KB
Wrote js/dialog.min.js - 116.9 KB
Wrote css/desk.min.css - 309.04 KB
Wrote css/frappe-rtl.css - 32.49 KB
Wrote js/libs.min.js - 1.13 MB
Wrote js/desk.min.js - 462.73 KB
Wrote css/module.min.css - 2.08 KB
Wrote css/form.min.css - 4.47 KB
Wrote js/form.min.js - 196.65 KB
Wrote css/list.min.css - 13.35 KB
Wrote js/list.min.js - 154.76 KB
Wrote css/report.min.css - 7.89 KB
Wrote js/report.min.js - 260.58 KB
Wrote js/web_form.min.js - 247.55 KB
Wrote css/web_form.css - 24.42 KB
Wrote js/print_format_v3.min.js - 23.39 KB
Wrote css/erpnext.css - 8 KB
Wrote js/erpnext-web.min.js - 3.8 KB
Wrote js/erpnext.min.js - 166.06 KB
Wrote js/item-dashboard.min.js - 8.13 KB

Greeting Hans

You could see what errors you get in Chrome Developer Tools console pops up. The blank screen thing is probably due to errors in client side.

[Show/hide message details.] ReferenceError: email_defaults is not defined[Learn More] form.min.js:200:1

http://10.0.1.173/assets/js/form.min.js:200:1
setup
http://10.0.1.173/assets/js/form.min.js:2686:14
_f.Frm.prototype.setup
http://10.0.1.173/assets/js/form.min.js:172:2
_f.Frm.prototype.refresh
http://10.0.1.173/assets/js/form.min.js:446:4
load
http://10.0.1.173/assets/js/form.min.js:87:3
show_doc/<
http://10.0.1.173/assets/js/form.min.js:82:4
with_doc
http://10.0.1.173/assets/js/desk.min.js:5505:4
show_doc
http://10.0.1.173/assets/js/form.min.js:65:3
make
http://10.0.1.173/assets/js/form.min.js:27:4
show
http://10.0.1.173/assets/js/desk.min.js:9671:5
frappe.route
http://10.0.1.173/assets/js/desk.min.js:2193:3

http://10.0.1.173/assets/js/desk.min.js:2310:2
dispatch
http://10.0.1.173/assets/frappe/js/lib/jquery/jquery.min.js:3:7485
$event.dispatch
http://10.0.1.173/assets/js/report.min.js:3031:9
add/r.handle
http://10.0.1.173/assets/frappe/js/lib/jquery/jquery.min.js:3:5603

The issue is probably with this. It seems frappe/email/doctype/email_account/email_account.js is not getting loaded.

It might be because of a number of things, but, one thing I’d do -

  • Check the repo branches of frappe and erpnext apps.
  • Assuming the setup is for production, the apps should be on the master branch.
  • If they are anything else, switch branch to master.
  • Update. (or migrate and rebuild)