QuotaExceededError with icon library

@PGriffith

I have the following error in browser dev console an some of my icon library are not rendered in the perspective page.

QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'bootstrap|1-square' exceeded the quota

bootstrap|1-square was well rendered

I use lots of icon library quite large.
I don't have any issue in the designer.

Is there a setting to increase this limit ?

Full error log:

PerspectiveClient.9c627a8669c80572ff27.js:2 onerrorLogger: {"stack":"QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'bootstrap|1-square' exceeded the quota.\n    at http://10.29.50.210:8088/res/perspective/js/PerspectiveClient.9c627a8669c80572ff27.js:2:1016564\n    at NodeList.forEach (<anonymous>)\n    at http://10.29.50.210:8088/res/perspective/js/PerspectiveClient.9c627a8669c80572ff27.js:2:1016394\n    at http://10.29.50.210:8088/res/perspective/js/PerspectiveClient.9c627a8669c80572ff27.js:2:1016637\n    at Generator.next (<anonymous>)\n    at p (http://10.29.50.210:8088/res/perspective/js/PerspectiveClient.9c627a8669c80572ff27.js:2:1011797)","message":"Failed to execute 'setItem' on 'Storage': Setting the value of 'bootstrap|1-square' exceeded the quota.","name":"QuotaExceededError","logData":{"msg":"unhandledrejection","errorMsg":"Failed to execute 'setItem' on 'Storage': Setting the value of 'bootstrap|1-square' exceeded the quota."}}

A similar issue is reported here:

oops seems to be a browser limitation, around 5Mo if it use a sessionStorage ?

Not my area of expertise - can you make a support ticket so the right folks can evaluate if this is a bug or just a potential optimization?

That make sense, must be frontend side
Ticket #152352

1 Like