When I fetch NFTs from the Alchemy SDK using "alchemy.nft.getNftsForOwner(address)", I get the error "IPFS gateway timed out"
6 months ago by Meet
Code is -
const getUserEthNFTs = async () => {
console.log(address!);
return await alchemy.nft.getNftsForOwner(address!);
};
It returns error "IPFS gateway timed out" for some NFTs.