I have created a program and launched it on devnet, testnet and now mainnet. Have created a frontend that works great on devnet. But now when I have launched it on Mainnet tried it on mulitple diffrent cluster also change WalletAdapterNetwork.Mainnet
[![enter image description here][1]][1]
I get this constantly and have had this problem for one week, tried to launch the program mulitple times. SO when I try to interact with the program i get this error.
.initialize() .accounts({ playerAccount: playerPDA, player: publicKey, systemProgram: SystemProgram.programId, }) .transaction(); const transactionSignature = await sendTransaction(tx, connection); ```what is find wierd is that it works great on devnet? does anyone have a clue? [1]: https://i.sstatic.net/IxUAacZW.png