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
Hi, I'm working with the local instance of AceBase. I have an an index of Things that has ~100k records in it. Attempting to drop those records to do a fresh data import results in the following error: RangeError: Maximum call stack size exceeded
Example code:
public _drop() {
return this.db.ref('Things').remove();
}
The text was updated successfully, but these errors were encountered:
Hi, I'm working with the local instance of AceBase. I have an an index of
Things
that has ~100k records in it. Attempting to drop those records to do a fresh data import results in the following error:RangeError: Maximum call stack size exceeded
Example code:
The text was updated successfully, but these errors were encountered: