New Sales Order missing all input fields?!

Fresh ERPNext 10.1 installation, when creating a New Sales Order, none of the sales order fields show up on the screen.

Any idea on how to remedy this? I’m shocked at all of the issues that I’m running into experimenting with ERPNext 10.1.

Thank you,

Jeff

  1. Are you on the master branch or develop branch?

  2. Any errors or messages in the browser console?

@Pawan

  1. Master branch
  2. I didn’t think to look there. Thank you for that tip! Here’s the errors that I’m seeing on the browser console. Any idea on how to remedy this?

I think I figured this out, those files can be regenerated by executing this command:

bench update --build

Why that wasn’t already completed on a fresh install, is puzzling…

GET https://dev.cobrasound.com/assets/js/erpnext.min.js?ver=1529957837.0 404 (Not Found)
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
Unable to handle success response
desk.min.js?ver=1529957837.0:1566 TypeError: Cannot read property ‘extend’ of undefined
at eval (eval at setup (form.min.js?ver=1529957837.0:2686), :371:67)
at Class.setup (form.min.js?ver=1529957837.0:2686)
at _f.Frm.setup (form.min.js?ver=1529957837.0:172)
at _f.Frm.refresh (form.min.js?ver=1529957837.0:446)
at Class.load (form.min.js?ver=1529957837.0:87)
at form.min.js?ver=1529957837.0:73
at Object.callback (desk.min.js?ver=1529957837.0:5516)
at Object.callback [as success_callback] (desk.min.js?ver=1529957837.0:1437)
at _ (desk.min.js?ver=1529957837.0:1461)
at Object. (desk.min.js?ver=1529957837.0:1562)