bug(storev3): can't advance cursor #2745
Labels
bug
Something isn't working
critical
This issue needs critical attention
effort/hours
Estimated to be completed in a few hours
Milestone
Problem
For this criteria in
/dns4/store-01.do-ams3.shards.test.status.im/tcp/30303/p2p/16Uiu2HAmAUdrQ3uwzuE4Gy4D56hX6uLKEeerJAnhKEHZ3DxF1EfT
, there should be around ~510 messagesIf I execute the query, I get the first 100 results succesfully, and the cursor (represented here in std base64):
Mlnwx3p1TukFi+UnxSc++5XjVLUBjBxMByRDjc+jgV8=
If i proceed to ask for the next page of results:
I get the following response:
which is not okay because there are more messages (i verified with legacy store)
Interestingly enough, if I change the pagination limit to 10, i still see the same behavior: 10 results on first page, and no messages on second page.
This problem is likely fixed with @SionoiS archive refactor.
The text was updated successfully, but these errors were encountered: