Metamask-extension: Goerli Network: Error: [ethjs-rpc] rpc error with payload

Created on 16 Jul 2019  路  2Comments  路  Source: MetaMask/metamask-extension

Describe the bug
Looks like Goerli Network integration is broken. Trying to send a transaction or interact with a dapp give me an error:

Error: [ethjs-rpc] rpc error with payload

"rpc": {
        "code": -32002,
        "message": "project ID is required to access archive state",
        "data": {
                "see": "https://infura.io/dashboard"
        }
},

馃

T00-bug

Most helpful comment

There was a bug in our (Infura's) routing of RPC requests to Goerli causing some requests to be mistaken as requiring archive state when they weren't. This is now fixed.

All 2 comments

There was a bug in our (Infura's) routing of RPC requests to Goerli causing some requests to be mistaken as requiring archive state when they weren't. This is now fixed.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings