Hey Moralis,
We are experiencing an issue with the front-end integration with our smart contract.
We are following this tutorial video on implementing the ERC1155 NFT Smart Contract. (https://www.youtube.com/watchv=tBMk1iZa85Y&t=7431s&ab_channel=MoralisWeb3)
However, once we reach the Web3 section on the main.js (57:21 in the video) the developer tools for us is showing only one token id instead of 2. Here is the image for reference.
We have used the solution provided by the Moralis forum. But it still does not show the correct amount of token(NFT).
(https://docs.moralis.io/moralis-server/getting-started/connect-the-sdk)
Here is our main.js & index.html code so far.
We canβt seem to find a solution to fix the issue. It would be great if you could assist us in solving this issue.