Blank page after login in develop branch

Hello Guys,

I have faced issue “Blank page after login”. See below snapshot.

I am using below ERPNext version and new site.
ERPNext: v10.1.33
Frappe Framework: v11.x.x-develop (a682745) (develop)

Anybody has solution ?

Can you check your javascript console for any traceback?

Thanks for replay!!

I have checked console shown below type of error.

Uncaught TypeError: frappe.ui.form.make_control is not a function
at proto.(anonymous function).init_field (http://0.0.0.0:8000/assets/js/desk.min.js?ver=1526884673.0:4723:33)
at proto.(anonymous function).make_field (http://0.0.0.0:8000/assets/js/desk.min.js?ver=1526884673.0:4709:23)
at Object. (layout.js:90)
at Function.each (jquery.min.js:2)
at proto.(anonymous function).render (http://0.0.0.0:8000/assets/js/desk.min.js?ver=1526884673.0:4652:5)
at proto.(anonymous function).make (http://0.0.0.0:8000/assets/js/desk.min.js?ver=1526884673.0:4598:8)
at proto.(anonymous function).make (http://0.0.0.0:8000/assets/js/desk.min.js?ver=1526884673.0:5276:9)
at proto.(anonymous function) [as make] (http://0.0.0.0:8000/assets/js/desk.min.js?ver=1526884673.0:69:18)
at SetupWizardSlide.setup_form (slides.js:63)
at SetupWizardSlide.refresh (slides.js:51)
slides.js:333 Uncaught TypeError: Cannot read property ‘set_values’ of undefined
at HTMLAnchorElement. (slides.js:333)
at HTMLAnchorElement.dispatch (jquery.min.js:3)
at HTMLAnchorElement.r.handle (jquery.min.js:3)

Did you try refreshing the page ? Clearing cache maybe ?

Also, try running bench build in the terminal and refreshing the page and see if that works.

Seems ERPNext on master branch? Can you check what branch are you using for ERPNext app

Thanks for replay all.

I am using develop branch and Resolved issue by taking latest pull erpnext and frappe and New environment setup for new site.

Thanks.