Iām not familiar with that code, I donāt know what could be wrong
Ok. Can you suggest who I could talk to about that? Itās the Marketplace boilerplate code linked from the āI Cloned OpenSeaā tutorial vid. I donāt know if that was written by anyone from Moralis?
you could try to look in the code that displays the items for sale, to see what it does
you can add some logging, to see what happens
you could post some code snippet on forum
Thanks for taking so much time to pay attention to my issue.
I guess I will try to figure out if this is a ābug or a featureā, and go from there.
yes same issue here. I have no idea either why it randomly chooses the NFT IDās that it does or how to order the query on the display end.
It should be:
- Paginated results with max 100 per page (set to max moralis query)
- filtered by ALL collection or ONLY FOR SALE.
- OR just list the FOR SALE nfts FIRST
Im learning but would be willing to spend some time with someone researching and making the above happen
You can read this for an example. Because results are returned randomly from the API, youāll need to get all of the collection data together and from there you can filter by NFTs for sale (checked against your MarketItem table).