Hey Moralis team, loving your product so far. Trying to resolve some data discrepancy issues before stepping on the gas and going to production. Hoping for assistance.
Please run the below SDK call to fetch token metadata to see incorrect token_uri:
const options = {
address: '0x3be9a0391a128d19f9eb0f823d19603246adf444',
token_id: '189',
chain: 'polygon'
};
const metadata = await Moralis.Web3API.token.getTokenIdMetadata(options);
// token_uri: https://ipfs.moralis.io:2053/ipfs/QmZLVDvgHfo9cn445mBQR3JbzAtb7zanqwM9NqEHz2yvWe/189.json
The returned token_uri cannot be accessed https://ipfs.moralis.io:2053/ipfs/QmZLVDvgHfo9cn445mBQR3JbzAtb7zanqwM9NqEHz2yvWe/189.json