Closed 7flash closed 2 years ago
hey @7flash, which chain is this nft collection on? I'd love to be able to reproduce this, it would massively help in tracking down the problem and fixing it! thanks!
hey @7flash, which chain is this nft collection on? I'd love to be able to reproduce this, it would massively help in tracking down the problem and fixing it! thanks!
Ethereum Mainnet..
@7flash ok, I took a look, here's what I have so far:
https://metadata.ctr10000.com
to host the assetsCORS
settings that block clients that are not on the same domain from accessing the metadata hosted thereThe error being thrown in this case is definitely confusing but it looks to me like the underlying error is in the setup of the metadata / server configuration in this case. I'll leave this open for now because we do need to handle these errors when they happen better.
assuming this is solved / explained. Closing. (Feel free to re-open if there are further questions.)
But the collection above is being properly fetched by both Opensea API and Moralis API..
Maybe because they are sending requests from the server.. and this library is sending request directly from the browser.. is that correct..
But the collection above is being properly fetched by both Opensea API and Moralis API..
yup, both of those use indexers (servers that aggregate all the data on-chain and store it in a traditional database) => then they read it from the database.
Maybe because they are sending requests from the server.. and this library is sending request directly from the browser.. is that correct...
yep, this is indeed correct
Code example:
Result: