Create account

139X4yy5N34JdmeE
saved 748d
Some additional notes on the broken pagination on twetch market.

1. No NFTs load beyond the first 16 however you sort them.
2. Price sorting and latest seem to work, but rank sorting how or low just seems to sort random.
3. Sorting by highest rank specifically makes the ranking on each NFT simply disappear.

I suspect there's a broken procedure or loop (within the sorting functions?) that is preventing any collection from showing more than 16 items. Probably a missing semicolon or a truncated edit that's affecting how things are nested. The code around the high rank sorting would be where I'd start my search.