mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #208] Unhandled Error but when i restarted the db the errors gone #96
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tontech on GitHub (Mar 12, 2023).
Original GitHub issue: https://github.com/appy-one/acebase/issues/208
Acebase Server Version 1.15.2
[accountdb] TypeError: Cannot read property 'key' of undefined
at BinaryBPlusTree._findAll (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/btree/binary-tree.js:1569:37)
at async BinaryBPlusTree._threadSafe (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/btree/binary-tree.js:859:26)
at async createStreamFromBinaryTree (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/storage/binary/index.js:2589:33)
at async NodeReader.getValue (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/storage/binary/index.js:2361:21)
at async AceBaseStorage.getNode (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/storage/binary/index.js:1636:25)
at async AceBaseStorage._writeNodeWithTracking (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/storage/index.js:633:26)
at async AceBaseStorage._updateNode (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/storage/binary/index.js:1883:26)
at async AceBaseStorage.updateNode (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/storage/binary/index.js:1817:27)
at async LocalApi.update (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase/dist/cjs/api-local.js:69:24)
at async DataReference.update (/home/luckypay05/.luckypay/Apps/v2/acebase-db-server2/node_modules/acebase-core/dist/cjs/data-reference.js:232:36)
@appy-one commented on GitHub (Mar 13, 2023):
I've looked into this, but because it is an old version of
acebase-server(current is v1.16.2) that uses an older version of theacebasepackage, there is no way to reproduce or investigate this. Please update your packages to the latest versions. If the problem comes back, please include some sample data and calling code instead of only a stack trace. I am happy to help, but do need more info!@tontech commented on GitHub (Mar 13, 2023):
Okay will do. Thankyou @appy-one <3
@tontech commented on GitHub (Mar 14, 2023):
It happened again. here's the sample payload
{
"val":{
"1678761757715166":{
"account_no":"1678761757715166",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617571ea4719e26e3f1bceb0a4f",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761757684167":{
"account_no":"1678761757684167",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617579d6c2807669faafc4541b4",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761758904150":{
"account_no":"1678761758904150",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617581c57aaa4c549d3b1d2660b",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761758681591":{
"account_no":"1678761758681591",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876175827366e5331d1263c498e53",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761758816579":{
"account_no":"1678761758816579",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617583d71fa27a90ca054ecd765",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761758563391":{
"account_no":"1678761758563391",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617587c2703ad00b3f843edc522",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761759787393":{
"account_no":"1678761759787393",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761759447b978d1231cfb2232e64",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761759512157":{
"account_no":"1678761759512157",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761759c04ce74f1a81d4f1347b65",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760225165":{
"account_no":"1678761760225165",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617604458a4982dfbdcb9c52449",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760700583":{
"account_no":"1678761760700583",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617607740751433fc8a899aa402",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760617126":{
"account_no":"1678761760617126",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617607cd0371d9ac3bac5284a47",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760446608":{
"account_no":"1678761760446608",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761760a17d465eceb9950484d1a8",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760021926":{
"account_no":"1678761760021926",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761760b54a09d6fa961ee66138b3",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760239537":{
"account_no":"1678761760239537",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761760d15e57401637dd44d834c1",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761760225862":{
"account_no":"1678761760225862",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761760f6138b402e1698721e088b",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761761947144":{
"account_no":"1678761761947144",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617611a08551302e6fda319ccec",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761761935109":{
"account_no":"1678761761935109",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176177e49c5de3fcd4cfe20cd0",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762316876":{
"account_no":"1678761762316876",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176221638622d6bd13cc8aa081",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762607583":{
"account_no":"1678761762607583",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617623e93347ba7ee31ba9f9a53",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762741825":{
"account_no":"1678761762741825",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617628777d8da1f02fdb866843f",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762233575":{
"account_no":"1678761762233575",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617629b49e28ed4e2578ac8fe16",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762884148":{
"account_no":"1678761762884148",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617629eee652a542a69b7bfc010",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762708129":{
"account_no":"1678761762708129",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761762d5eefc5c656bb1589bebd5",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761762476432":{
"account_no":"1678761762476432",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761762ec9d1719d57b43d8ac258c",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761763314117":{
"account_no":"1678761763314117",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761763334dfd9021428aac79f693",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761763447751":{
"account_no":"1678761763447751",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617636465ca61fd907cc0fba7e0",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761763043273":{
"account_no":"1678761763043273",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761763753eaeb070a1fccb70e5c3",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761763721151":{
"account_no":"1678761763721151",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617638c9ada3bd364289ff17516",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761763777113":{
"account_no":"1678761763777113",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761763f078cf3063942ba95a3ec1",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761764004163":{
"account_no":"1678761764004163",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176430704ce82536d78151e391",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761764082663":{
"account_no":"1678761764082663",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617643e532bede653fffbc00532",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761764762263":{
"account_no":"1678761764762263",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761764aacb21534314abf8174c86",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761764072122":{
"account_no":"1678761764072122",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761764bbd5371473946f5ed2bf1b",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761765010114":{
"account_no":"1678761765010114",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176584ccce4595e7996afeb224",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761765577589":{
"account_no":"1678761765577589",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761765865beb87f8b9c0f7bec86b",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761765030288":{
"account_no":"1678761765030288",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617658b3cc494fd3cea438e5324",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761766355106":{
"account_no":"1678761766355106",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176651eb9fb1276821c3a5f6e5",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761766582116":{
"account_no":"1678761766582116",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176683802a608cfe25f4e091a2",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761766539236":{
"account_no":"1678761766539236",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617668f640fd735154cfbee3b85",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761766444104":{
"account_no":"1678761766444104",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761766a11fe6c1961c71c557d730",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761766179974":{
"account_no":"1678761766179974",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761766b7ba289dfa83fcb8aa51e5",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761767787242":{
"account_no":"1678761767787242",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176719db51aa0bacc5eba53db2",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761767746155":{
"account_no":"1678761767746155",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761767773913c82c4dd36f241592",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761767742847":{
"account_no":"1678761767742847",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761767c5f4660ff9e750ac9b248c",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761767642132":{
"account_no":"1678761767642132",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761767da70fd6f9ad582738ca6df",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761767191839":{
"account_no":"1678761767191839",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761767dcfe5e037ea49068017711",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761767402149":{
"account_no":"1678761767402149",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761767f2b3fbfa49ac4ede2699bf",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761768847528":{
"account_no":"1678761768847528",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176850fa64dd729e930b79a846",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761768373113":{
"account_no":"1678761768373113",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761768d56faaf0760742f6eb0b27",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761769350765":{
"account_no":"1678761769350765",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617691259de9fcbf4b758a54af7",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761769168749":{
"account_no":"1678761769168749",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876176963fdbb022fc6f1432a25f0",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761770281560":{
"account_no":"1678761770281560",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876177033360bfd7219adb40444b6",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761770162988":{
"account_no":"1678761770162988",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761770340612560bb20f35a2150e",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761769997128":{
"account_no":"1678761769997128",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761770e4b6e4b26ab989f0a8a3c1",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761771230766":{
"account_no":"1678761771230766",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617715af8758590ebb9b9028153",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761771398376":{
"account_no":"1678761771398376",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617719b965f2d212a7ae3248f7b",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761772387126":{
"account_no":"1678761772387126",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761772221995c566e4872576fce1",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761772770162":{
"account_no":"1678761772770162",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876177248fc7ba34d4cd3a26b5e5f",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761772836909":{
"account_no":"1678761772836909",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761772be6643a4c87f91a1209927",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761773044128":{
"account_no":"1678761773044128",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761773105b79031fdc4e227a1394",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761774678469":{
"account_no":"1678761774678469",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617742fe8644024582c4a3f8fdb",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761774817732":{
"account_no":"1678761774817732",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617744904ddd79ea448462504a9",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761774476859":{
"account_no":"1678761774476859",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876177478797b63a74142f7b58919",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761775714277":{
"account_no":"1678761775714277",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761775aba34a0d311511a88642d8",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761782627114":{
"account_no":"1678761782627114",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617823673c64a1a0d6c0a9d13cf",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761783139150":{
"account_no":"1678761783139150",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876178311001e18fc8b82fe93fdee",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761784579294":{
"account_no":"1678761784579294",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-167876178484b5c467055b289dd5a82f",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761787399133":{
"account_no":"1678761787399133",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761787287ab2ccba99d45be1f4ad",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761788177137":{
"account_no":"1678761788177137",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761788533203a3052a4ddbeb0d2a",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761791427117":{
"account_no":"1678761791427117",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761791536555dca1b3408ae089a7",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761791571133":{
"account_no":"1678761791571133",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617917a13c78b1d7bdbc84ff082",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761795610295":{
"account_no":"1678761795610295",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617956a442ba8c107e699d18de4",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761798869688":{
"account_no":"1678761798869688",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787617987173609ca7bb1c3056b0b9",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761804086959":{
"account_no":"1678761804086959",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761804ee9772162c04971d67f74e",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761816563240":{
"account_no":"1678761816563240",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761816874a750df01f4849dd3d2c",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761818985320":{
"account_no":"1678761818985320",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761818f20e94dbe36bad0b5a30a6",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761819779165":{
"account_no":"1678761819779165",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787618198d3fbf855e4777ac7102ee",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761825024685":{
"account_no":"1678761825024685",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761825511e445935be8a0921a42a",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761828585164":{
"account_no":"1678761828585164",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-1678761828fc79ffa17e93b882611d66",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
},
"1678761847539159":{
"account_no":"1678761847539159",
"points":5000,
"transactions":[
{
"created_at":"2023-03-14 10:47:28",
"ref_transaction_no":"",
"transaction_no":"",
"cash_amount":5000,
"bet_amount":5000,
"payout_ratio":190,
"winning_side":"cancelled",
"bet_cl_id":"b-16787618472b574e05641b81d863cbec",
"event_id":"event-16787546806a5b073768fca1ca5f680d",
"fight_no":"5"
}
]
}
}
}
@tontech commented on GitHub (Mar 14, 2023):
5|Acebase Node API Account | Error in update: AceBaseRequestError: server error
5|Acebase Node API Account | at IncomingMessage. (/home/luckypay05/.luckypay/Apps/v2/acebase-node-api2/acebase-api-server-account/node_modules/acebase-client/dist/cjs/request/index.js:84:35)
5|Acebase Node API Account | at IncomingMessage.emit (events.js:412:35)
5|Acebase Node API Account | at endReadableNT (internal/streams/readable.js:1333:12)
5|Acebase Node API Account | at processTicksAndRejections (internal/process/task_queues.js:82:21) {
5|Acebase Node API Account | request: {
5|Acebase Node API Account | method: 'POST',
5|Acebase Node API Account | protocol: 'http:',
5|Acebase Node API Account | host: 'localhost',
5|Acebase Node API Account | port: '5055',
5|Acebase Node API Account | path: '/data/accountdb/user/account',
5|Acebase Node API Account | headers: {
5|Acebase Node API Account | 'AceBase-Context': '{"acebase_mutation":{"client_id":"lf7h73wi0001qbsldak4pj18","id":"lf7nkwes01owqbsl0u8d54ks","op":"update","path":"user/account","flow":"server"}}',
5|Acebase Node API Account | 'Content-Type': 'application/json',
5|Acebase Node API Account | 'Content-Length': 29129,
5|Acebase Node API Account | Authorization: 'Bearer beyJ2IjoxLCJjcyI6ImQ2NTQ4MTEwMGM1NjM1MjJmOGNjZThmZWQ1NGYzOTcxIiwiZCI6IntcInRcIjpcImxia2x3NHRuMDAwNG9kc2w2Z3pwZmFmdlwiLFwiY1wiOjE2Nzg3NjA3MzU0NjAsXCJ1XCI6XCJhZG1pblwiLFwiaVwiOlwiMTI3LjAuMC4xXCJ9In0='
5|Acebase Node API Account | },
@tontech commented on GitHub (Mar 14, 2023):
5|Acebase Node API Account | response: {
5|Acebase Node API Account | statusCode: 500,
5|Acebase Node API Account | statusMessage: 'Internal Server Error',
5|Acebase Node API Account | headers: {
5|Acebase Node API Account | 'x-powered-by': 'Express',
5|Acebase Node API Account | 'access-control-allow-origin': '*',
5|Acebase Node API Account | 'access-control-allow-methods': 'GET,PUT,POST,DELETE,OPTIONS',
5|Acebase Node API Account | 'access-control-allow-headers': 'Content-Type, Authorization, Content-Length, Accept, Origin, X-Requested-With, AceBase-Context',
5|Acebase Node API Account | 'access-control-expose-headers': 'Date, AceBase-Context',
5|Acebase Node API Account | 'content-type': 'application/json; charset=utf-8',
5|Acebase Node API Account | 'content-length': '98',
5|Acebase Node API Account | etag: 'W/"62-ewgxDV8DiSQJLOVHNFV6vZsGSg0"',
5|Acebase Node API Account | date: 'Tue, 14 Mar 2023 02:47:30 GMT',
5|Acebase Node API Account | connection: 'close'
5|Acebase Node API Account | },
5|Acebase Node API Account | body:
{"code":"unexpected","message":"server error","details":"Cannot read property 'key' of undefined"}5|Acebase Node API Account | },
5|Acebase Node API Account | code: 'unexpected'
5|Acebase Node API Account | }
2|Acebase Main DB | [cassador] Node "/betting/event/1640701043c988c0c121c9a353c3c403/fight_streak[4]" saved at address 0,505 - 1 addresses, 57 bytes written in 1 chunk(s)
2|Acebase Main DB | [cassador] Node "/betting/event/1640701043c988c0c121c9a353c3c403/fight_streak" saved at address 0,483 - 1 addresses, 44 bytes written in 1 chunk(s)
3|AceBase Account DB | [accountdb] Node "/log" being updated: adding 1 keys ("lf7nkwfh005ec0sl7fc6v7ee"), updating 0 keys (), removing 0 keys ()
2|Acebase Main DB | [cassador] Node "/betting/event/1640701043c988c0c121c9a353c3c403" saved at address 0,543 - 4 addresses, 503 bytes written in 1 chunk(s)
2|Acebase Main DB | [cassador] Node "/betting/event" saved at address 0,479 - 1 addresses, 45 bytes written in 1 chunk(s)
3|AceBase Account DB | [accountdb] Node "/log/lf7nkwfh005ec0sl7fc6v7ee/error" saved at address 0,889 - 13 addresses, 1582 bytes written in 1 chunk(s)
5|Acebase Node API Account | Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
5|Acebase Node API Account | at new NodeError (internal/errors.js:322:7)
5|Acebase Node API Account | at ServerResponse.setHeader (_http_outgoing.js:561:11)
5|Acebase Node API Account | at ServerResponse.header (/home/luckypay05/.luckypay/Apps/v2/acebase-node-api2/acebase-api-server-account/node_modules/express/lib/response.js:794:10)
5|Acebase Node API Account | at ServerResponse.send (/home/luckypay05/.luckypay/Apps/v2/acebase-node-api2/acebase-api-server-account/node_modules/express/lib/response.js:174:12)
5|Acebase Node API Account | at ServerResponse.json (/home/luckypay05/.luckypay/Apps/v2/acebase-node-api2/acebase-api-server-account/node_modules/express/lib/response.js:278:15)
5|Acebase Node API Account | at ServerResponse.send (/home/luckypay05/.luckypay/Apps/v2/acebase-node-api2/acebase-api-server-account/node_modules/express/lib/response.js:162:21)
5|Acebase Node API Account | at /home/luckypay05/.luckypay/Apps/v2/acebase-node-api2/acebase-api-server-account/server/controllers/acebase.js:182:30
5|Acebase Node API Account | at runMicrotasks ()
5|Acebase Node API Account | at processTicksAndRejections (internal/process/task_queues.js:95:5) {
5|Acebase Node API Account | code: 'ERR_HTTP_HEADERS_SENT'
@tontech commented on GitHub (Mar 14, 2023):
I need to bulk update some data in reference /data/accountdb/user/account
@tontech commented on GitHub (Mar 14, 2023):
@appy-one What I do in the account reference, is once the fight is closed, we delete all Lost accounts from the previous fight. We then declare the winner for the current fight. we then update in account reference in bulk.
@tontech commented on GitHub (Mar 14, 2023):
sir @appy-one, i got this warning when i check my logs history.
Could not update tree for "/user/account": Unable to split leaf: tree doesn't have 403 free bytes and autoGrow is not enabled, split-leaf-failed,tree-full-no-autogrow
@tontech commented on GitHub (Mar 14, 2023):
is there a tombstone like document when you delete a data? coz i try to delete all the data in one reference then when I check the bytesize of .acebase file nothing changes
@tontech commented on GitHub (Mar 14, 2023):
I think my database binary tree is broken. coz when i recreate new .acebase db. I can't reproduce the issue now.