Error after update to 12.08

After update to 12.08, No list is visible with error
list_sidebar.js:37 Uncaught (in promise) TypeError: Cannot read property ‘upgrade_url’ of undefined
at frappe.views.ListSidebar.make (list_sidebar.js:37)
at new frappe.views.ListSidebar (list_sidebar.js:15)
at frappe.views.ListView.setup_side_bar (base_list.js:191)
make @ list_sidebar.js:37
frappe.views.ListSidebar @ list_sidebar.js:15
setup_side_bar @ base_list.js:191
Promise.then (async)
(anonymous) @ dom.js:261
frappe.run_serially @ dom.js:259
show @ base_list.js:9
show @ list_view.js:37
show @ list_factory.js:50
frappe.route @ router.js:60
(anonymous) @ router.js:212
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
hashchange (async)
(anonymous) @ router.js:171
frappe.set_route @ router.js:152
load_last_view @ list_view.js:14
(anonymous) @ list_factory.js:22
callback @ model.js:146
success @ request.js:76
200 @ request.js:113
(anonymous) @ request.js:236
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:218
frappe.call @ request.js:91
with_doctype @ model.js:120
make @ list_factory.js:12
show @ factory.js:24
show @ list_factory.js:48
frappe.route @ router.js:60
(anonymous) @ router.js:212
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
hashchange (async)
(anonymous) @ router.js:171
frappe.set_route @ router.js:152
handle_click @ VM1024:1
click @ VM1024:1
invokeWithErrorHandling @ libs.min.js?ver=1566296517.0:2091
invoker @ libs.min.js?ver=1566296517.0:2415
original._wrapper @ libs.min.js?ver=1566296517.0:7738

How do I correct this issue?

regards,

Amit

Try running the below command, and then do a ‘bench start’ again.

 bench build
1 Like

Thanks