I have an NFT marketplace app based off the rarible clone tutorials which works fine when I deploy the smart contracts on using ETH + Ganache on my local chain. I recently redeployed my contracts on the BSC testnet using a Moralis BSC speedy node.
My problem is this: Only on Chrome, it seems that users are unable to mint, buy, or sell NFTs. Whenever the metamask extension opens, and they approve a transaction, the transaction is stuck as “pending” in metamask. Everything works fine, and as expected on edge and firefox.
Is this a known issue using the BSC testnet? Or is it something I may be able to debug / does anyone have any suggestions on what I could attempt?
I will be testing with the BSC mainnet today, and will post an update if this works for me.