Uncaught DOMException: Failed to execute 'setItem' on 'Storage'

im facing this issue on codeless

Uncaught DOMException: Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘BACKENDLESS_CODELESS_BL_07D0CC0C-4A50-198B-FFFB-78866CCD9600’ exceeded the quota.
at e.value (Backendless)
at n.value (Backendless)
at Backendless

on codeless every time i drag a block from the list of blocks it creates many copies of the block on top of each other.

and this if i swtich form data view to schema in the tables

Uncaught DOMException: Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘Backendless’ exceeded the quota.
at e.value (Backendless)
at e.value (Backendless)
at e.value (Backendless)
at Object.visualSchemaSettings (Backendless)
at n.r.storeSettings (Backendless)
at n.r.redistribute (Backendless)
at Backendless

on table schema it fail to load the schema and i have to reload the page to make it work

Hello @mohammad_altoiher

It appears your browser’s local storage is full

  1. what browser do you use?
  2. have you tried to clean up the storage?

1- chrome
2- i just did
its working fine now.

Hello @mohammad_altoiher

In this release we have added functionality to help you avoid these problems. This is the Local Storage Cleaner. The following popup will appear if you have reached the local storage limit. This functionality will help display if any Backendless applications are storing data in local storage. This can be either UI-builder data or Codeless Business Logic data. It also has a function to clear Backendless data from the local storage.

https://monosnap.com/direct/vwSgNrA35yW7IxAEPr8uegOyQ63Vs9

Regards,
Inna

1 Like