Item List not showing, exception in JavaScript

After a recent update, my item list is showing completely blank. Here is a JS error I found when i inspected the page. The image shown is the as follows:

field_select.js:125 Uncaught (in promise) TypeError: Cannot read property ‘permlevel’ of undefined
at field_select.js:125
at Function.each (jquery.min.js:2)
at Object. (field_select.js:123)
at Function.each (jquery.min.js:2)
at init.build_options (field_select.js:120)
at new init (field_select.js:43)
at frappe.ui.Filter.make_select (filter.js:59)
at new frappe.ui.Filter (filter.js:46)
at frappe.ui.FilterGroup._push_new_filter (filter_list.js:107)
at frappe.ui.FilterGroup.push_new_filter (filter_list.js:82)

Anyone else facing the same issue?
Thanks

Download the Vue Devtools extension for a better development experience:

libs.min.js?ver=1576339614.0:9254 You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at Production Deployment — Vue.js
content.min.js:2 [Deprecation] Element.createShadowRoot is deprecated and will be removed in M80, around February 2020. Please use Element.attachShadow instead. See Chrome Platform Status and Web Components update - more time to upgrade to v1 APIs - Chrome Developers for more details.
(anonymous) @ content.min.js:2
8field_select.js:125 Uncaught (in promise) TypeError: Cannot read property ‘permlevel’ of undefined
at field_select.js:125
at Function.each (jquery.min.js:2)
at Object. (field_select.js:123)
at Function.each (jquery.min.js:2)
at init.build_options (field_select.js:120)
at new init (field_select.js:43)
at frappe.ui.Filter.make_select (filter.js:59)
at new frappe.ui.Filter (filter.js:46)
at frappe.ui.FilterGroup._push_new_filter (filter_list.js:107)
at frappe.ui.FilterGroup.push_new_filter (filter_list.js:82)
code.js:44 Invalid language option provided for field “JSON Request Body”. Valid options are Javascript, JS, HTML, CSS, Markdown, SCSS, JSON.
set_language @ code.js:44
2field_select.js:125 Uncaught (in promise) TypeError: Cannot read property ‘permlevel’ of undefined
at field_select.js:125
at Function.each (jquery.min.js:2)
at Object. (field_select.js:123)
at Function.each (jquery.min.js:2)
at init.build_options (field_select.js:120)
at new init (field_select.js:43)
at frappe.ui.Filter.make_select (filter.js:59)
at new frappe.ui.Filter (filter.js:46)
at frappe.ui.FilterGroup._push_new_filter (filter_list.js:107)
at frappe.ui.FilterGroup.push_new_filter (filter_list.js:82)
6field_select.js:125 Uncaught TypeError: Cannot read property ‘permlevel’ of undefined
at field_select.js:125
at Function.each (jquery.min.js:2)
at Object. (field_select.js:123)
at Function.each (jquery.min.js:2)
at init.build_options (field_select.js:120)
at new init (field_select.js:43)
at frappe.ui.Filter.make_select (filter.js:59)
at new frappe.ui.Filter (filter.js:46)
at frappe.ui.FilterGroup._push_new_filter (filter_list.js:107)
at frappe.ui.FilterGroup.push_new_filter (filter_list.js:82)
list_view.js:318 Uncaught TypeError: Cannot read property ‘find’ of undefined
at frappe.views.ListView.freeze (list_view.js:318)
at frappe.views.ListView.refresh (base_list.js:367)
at frappe.views.ListView.refresh (utils.js:623)
at list_view.js:193

Did you solve the issue, I face the same issue