Replies: 2 comments 3 replies
-
Hi there 👋 This has been fixed and released in version |
Beta Was this translation helpful? Give feedback.
-
Got it. I think there's a different issue to potentially address though. Would Metaplex consider storing the data output from the metadata URI on chain in the metadata account? I don't think that's true today (but I could be mistaken being new to all this). That way, once the NFT is created, all the metadata is available on chain and any issues with the availability of the metadata URI would be avoided. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Hi @lorisleiva. Hi @aaronlinsky. Wanted to note here that I have an interest in the fix to findNftByMint and the NFT object's behavior when the metadata URI is invalidated (potentially temporarily). Essentially, I would still like to be able to access nft.metadata while ignoring the invalid URI. Will that be the case or is that the problem you were referring to when talking about the metadata task?
I think allowing nft.metadata access under invalid URI cases post-NFT creation is desirable behavior in the protocol. The metadata URI could be valid at creation, become invalid at a later date while mints are in existence, but we want those mints to be successfully rendered via the on chain metadata previously produced by the metadata URI. Does that make sense?
In some ways, I think this may be pretty normal behavior if we want NFTs to be generally robust to the vagaries of the creator's metadata URI (network connectivity, configuration change, etc.) after NFT creation. Let me know if there's a better place to be discussing this issue. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions