-
So i was working on a segment of my project that dealt with a fairly large number of nodes in a collection (few thousand). While working on it i was getting unexpected behavior and errors when trying to delete from the collection (trying things between the live proxies and .update()). I dont have those original error messages but now im trying to delete the collection and start over but some of those nodes seem to be in a limbo state and i cant remove them. Im getting the following error messages when i try to delete the collection from the web interface. I can try to reproduce what happened if i run into it again. anything else i can provide to help? i noticed this particular error being interesting: DEBUG THIS: getNode error: Error: Attempt to read non-existing records
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
i updated to the latest acebase-server, which might have addressed this, but i cant get it to work. There's this warning on load:
i set removeVoidProperties:true in the connection string optoins but it doesnt seem to do anything. server can no longer start up |
Beta Was this translation helpful? Give feedback.
-
Please let me know if you have code able to reproduce the |
Beta Was this translation helpful? Give feedback.
i updated to the latest acebase-server, which might have addressed this, but i cant get it to work. There's this warning on load:
i set removeVoidProperties:true in the connection string optoins but it doesnt seem to do anything. server can no longer start up