thirdweb-example / marketplace-v3

Create an NFT marketplace on top of your NFT collection on **any** EVM-compatible blockchain.
https://marketplace-v3.thirdweb-example.com/
Apache License 2.0
117 stars 139 forks source link

NFT721 Drop Contracts is not showing in Sell page #25

Closed ryjin111 closed 5 months ago

ryjin111 commented 5 months ago

It seems it's not fetching anything or not detecting any collection within it's page

I've tried changing getNFTs and works but it's not showing the metadata and stuffs

kien-ngo commented 5 months ago

Hi there, the Sell page is using an extension (tokensOfOwner) that might not be available in your contract. Can you share the contract + chain with me so I can double check?

Also, is getNFTs throwing you any issue?

ryjin111 commented 5 months ago

image 0x2Fb2aE31b5C48D0Fd327a460671FA131a6738068 NFT721 drop Degen Chain 0x66bd7DBeFF2cC008Af80a8CBcAe1C6EC3086B5b1 MP

kien-ngo commented 5 months ago

Hey @ryjin111 sorry about the delay here. Are you using getNFTs which results in the error above? If you can share your full code here I believe I can give you a solution.

If you feel comfortable for a more private conversation, feel free to reach out to us at https://thirdweb.com/support > Submit a ticket

ryjin111 commented 5 months ago

The code is just the new marketplace v3 repo which i fork @kien-ngo

Tried everything i think thirdweb need to release a simple fix for this so that nftdrop721 contracts can use it perfectly on the selling page

Other functions works well like direct buy

kemiani commented 5 months ago

Otras funciones funcionan bien como la compra directa.

I just cloned the repository and configured the chain, but on the default purchase page it does not seem to show the nfts correctly, and the purchase or offer does not work within the nft information either.

kien-ngo commented 5 months ago

Hey guys, we are launching a new marketplace and although the UI isn't "the best", it's packed with features. Would you be able to play with it and give the suggestions + any bugs that you may find?

Live: https://marketplace-template.thirdweb-example.com/ Code base: https://github.com/thirdweb-example/marketplace-template

Goutamdhanani commented 5 months ago

i got similar issue. in sell page NFTS not loading. i am using same contract marketplacev3 and direct listing contract . please help in this project only Screenshot 2024-06-12 220831

ryjin111 commented 5 months ago

i got similar issue. in sell page NFTS not loading. i am using same contract marketplacev3 and direct listing contract . please help in this project only Screenshot 2024-06-12 220831

try the new template Code base: https://github.com/thirdweb-example/marketplace-template