cboard icon indicating copy to clipboard operation
cboard copied to clipboard

Exceeding storage quota

Open RodriSanchez1 opened this issue 1 year ago • 1 comments

This error usually occurs when you reach the limit to which you can store value in single localStorage key. LocalStorage is capped somewhere around 10MB so it's pretty easy to reach that.

This occurs when the user have a big amount of boards and images.

Behaviour: The user can login, but after a reload o close of the app is logged out.

Solution: Local Forge

Error storing data DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'persist:root' exceeded the quota.

image

RodriSanchez1 avatar Jun 27 '23 00:06 RodriSanchez1