Mirko Genovese
Mirko Genovese
It slow down the instance and i have to reboot. @xet7
It happens when deleting checklist @xet7
Also checklist items
> @xator91 > > Ok, then look at checklists code: > > https://github.com/wekan/wekan/blob/main/models/checklists.js > > https://github.com/wekan/wekan/blob/main/models/checklistItems.js > > https://github.com/wekan/wekan/blob/main/client/components/cards/checklists.js > > https://github.com/wekan/wekan/blob/main/client/components/cards/checklists.jade Ok i´ll try it. But tried to make...
The problem happens when you try to delete or archive a card with a checklist inside.
@xet7 Maybe I found what´s the problem here. Checklist created through rest-api on a card, throw the error, when you try to delete the checklist. If you add checklist manually,...
Maybe also card, not only checklist. If I try to add cards with rest-api and then I reboot the server and try to delete the card no error. But If...
Exception in removedobserveChanges callback: Error: Removed nonexistent document JA2ERsCwrnHKoutxY at SessionCollectionView.removed (packages/ddp-server/livedata_server.js:269:17) at Session.removed (packages/ddp-server/livedata_server.js:468:12) at Subscription.removed (packages/ddp-server/livedata_server.js:1430:19) at removed (packages/cottz:publish-relations/lib/server/cursor/cursor.js:52:13) at runWithEnvironment (packages/meteor.js:1486:24) at packages/meteor.js:1499:14 at packages/mongo/observe_multiplex.js:178:30 at Array.forEach...
Also when adding card through rest-api I get error when I delete them. Then error throw card id : Exception in removedobserveChanges callback: Error: Removed nonexistent document GvmMs8QDWz4qpFqkR at SessionCollectionView.removed...
If I add new card through MongoDB with a PHP script and then I try to delete them from MongoDB manually error come anyway. @xet7