I assume the Moralis API builds their index when an NFT is being minted. They donāt go back and reindex it after.
These days it becomes more and more popular to launch a product with a temporary image and do a revel later. But when the reveal happens, the only thing that is changes is the actual content of the metadata file. Platforms like Moralis canāt know about it so they still display the old data.
OpenSea API seems to do things differently and reindex files more frequently.
Is Moralis ever going to implement the ability to ask the server to go out and reindex a specific collection or single NFT data? Because of this issue my app doesnāt work as intended and I have to do more calls to other apis to go around the issue.