Back to All

When I fetch NFTs from the Alchemy SDK using "alchemy.nft.getNftsForOwner(address)", I get the error "IPFS gateway timed out"

Code is -

const getUserEthNFTs = async () => {
    console.log(address!);
    return await alchemy.nft.getNftsForOwner(address!);
  };

It returns error "IPFS gateway timed out" for some NFTs.

ReadMe