You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tamalsaha At the moment, this is expected with the way pagination works. If you delete the last element of the list, the next pagination call will try to fetch results after an object that does not exist in your account anymore.
In this situation, what I'd recommend is to first build the list of ids to delete in a separate array and once you've gone through the full list, you can then loop again to delete all those elements.
* Interim commit to flip to another branch
* more tweaks towards progress
* Laid groundwork for data mapping side, and finished hiding sync preferences options
* Changed sync_pref_field_visibility to hidden_sync_pref_fields
* Typo on equality check.
I was trying to delete all my plans in my test account. But delete after list breaks pagination. I was trying something like
I got the following error:
The text was updated successfully, but these errors were encountered: