RE: How to resolve ‘SetItem’ type error when click on ‘Data’ tab in Dataflow?
How to resolve ‘SetItem’ type error when click on ‘Data’ tab in Dataflow?
The reason behind of this type error is your browser ‘Local Storage’ was full. When user want to see to data in “Interactive mode”. We will store in browser local storage because when user want to see again it will get from Local storage not through API service. Below is the type error looks like.
Below table is ‘Local Storage’ limit for different browsers.
Chrome | Firefox | Safari | Safari | IE | |
LocalStorage | 10MB | 10MB | 5MB | 5MB | 10MB |