DOMException: Storage

Hi all. I have just been testing our ERPNext instance which we are planning to be migrating to fairly soon and I have noticed that I am getting a DOMException stating that the value for STorage has exceeded its quota whenever I open some doctypes (including but not limited to Material Request and Timesheets). Any help that can be provided towards solving this would be greatly appreciated.

Below is the error message pasted from my console:

DOMException: Failed to set a named property on 'Storage': Setting the value of '_doctype:Material Request' exceeded the quota.
        at Object.callback (http://store.eskilltrading.com/assets/js/desk.min.js?ver=1612175934.0:1:139133)
        at Object.success [as success_callback] (http://store.eskilltrading.com/assets/js/desk.min.js?ver=1612175934.0:1:58081)
        at 200 (http://store.eskilltrading.com/assets/js/desk.min.js?ver=1612175934.0:1:58370)
        at Object.<anonymous> (http://store.eskilltrading.com/assets/js/desk.min.js?ver=1612175934.0:1:60845)
        at i (http://store.eskilltrading.com/assets/frappe/js/lib/jquery/jquery.min.js:2:27151)
        at Object.fireWith [as resolveWith] (http://store.eskilltrading.com/assets/frappe/js/lib/jquery/jquery.min.js:2:27914)
        at z (http://store.eskilltrading.com/assets/frappe/js/lib/jquery/jquery.min.js:4:12059)
        at XMLHttpRequest.<anonymous> (http://store.eskilltrading.com/assets/frappe/js/lib/jquery/jquery.min.js:4:15619)

seems your browser storage is full, clear storage or try different browser to confirm

Thanks. I’ve just tried in another browser and ended up with the same exception.