Hi all,
I am using Moralis for the development of a Dapp. You are constantly making changes to the service, which is great but since yesterday I experienced a strange behavior for the sync of my ERC 1155 tokens, which I never experienced before.
I am not sure if this a bug or the expected behavior, but whenever I mint a new token, the generic URI of the contract is synced instead of the individualized/calculated URI, as shown in the screenshot below:
After manually resyncing the individual token id with the respective API function, the URI is fetched as expected for this type of contract (I can only add one screenshot, so it will be included as an answer to this post):
Is that a bug or intended behavior? If intended, how can I get the correct URI directly in the beginning, respectively without the need to manually resync , since this would unnecessarily increase service consumption.
P.S.: I tested it with and without syncing the contract for NFT index, still the same result
Thanks in advance for your support.