Frozen screen quotation list[SOLVED]

Got weird issue after deleting one of the quotations. I can no longer access quoation list screen, and system keeps redirecting to missing quotation (in browser url). Screen is white with only top bar visible.

update did not fix the issue

This is error from console

Uncaught TypeError: Cannot read property ‘page_length’ of undefined
at Class.init_base_list (list.min.js:157)
at Class.setup (list.min.js:146)
at Class.init (list.min.js:146)
at new Class (desk.min.js:7)
at list.min.js:137
at Object.callback (desk.min.js:575)
at Object.callback [as success_callback] (desk.min.js:123)
at 200 (desk.min.js:125)
at Object. (desk.min.js:130)
at i (jquery.min.js:2)
list.min.js:193 Uncaught TypeError: Cannot read property ‘stats’ of undefined
at Class.refresh_sidebar (http://192.168.1.100:90/assets/js/list.min.js:193:522)
at Class.refresh (http://192.168.1.100:90/assets/js/list.min.js:162:125)
at Class.show (http://192.168.1.100:90/assets/js/list.min.js:139:83)
at Class.prototype.(anonymous function) [as show] (http://192.168.1.100:90/assets/js/desk.min.js:5:668)
at Object.frappe.route (http://192.168.1.100:90/assets/js/desk.min.js:177:31)
at http://192.168.1.100:90/assets/js/desk.min.js:191:26
at dispatch (http://192.168.1.100:90/assets/frappe/js/lib/jquery/jquery.min.js:3:7537)
at $event.dispatch (http://192.168.1.100:90/assets/js/report.min.js:216:18)
at r.handle (http://192.168.1.100:90/assets/frappe/js/lib/jquery/jquery.min.js:3:5620)

Set the correct url in your browser manually and check.
Set it to List/Quotation/List

Thank you, but it doesn’t work. Still same issue even after rebooting server.

Correction - It works when I log in as administrator. How can I solve the issue for my other account?

Try running this on your browser console.

frappe.model.user_settings.save('Quotation', 'last_view', 'List');

Thanks, that solved the problem!

I’m getting libs.min.js:3865 GET http://195.167.105.100:6787/socket.io/?EIO=3&transport=polling&t=1493744861815-31 net::ERR_CONNECTION_REFUSED in console now, but that is an issue for another topic.

Thanks again.