Internal Json RPC error

Error: Internal JSON-RPC error.
    at events.ts:67
    at Array.forEach (<anonymous>)
    at EventManager.trigger (events.ts:65)
    at WalletConnect._handleIncomingMessages (index.ts:982)

I keep getting the error above once I want to run a transaction

1 Like

This happens only with walletconnect?

yes, thats the only auth I use

yes thats the only auth I use

what is the network that you use, where from do you use wallet connect (deployed website, localhost)?

Avalanche Fuji testnet, I have tried both locally and on deployed website.

maybe this helps you: [SOLVED] Cors error when using Walletconnect

I don’t really get cors error

Hey, try pulling beta version 1.0.0-beta.4.
There was a wallet connect fix pushed there yesterday.

it’s not a cors error. Some functions work - one with a struct using the abi create works however, with more data (2, 3) structs it fails. However on remix and truffle it works with the contract

you say that it is a problem depending on what data you have to process the received event because it would be too complex?