Skip to content

Commit

Permalink
Update node-troubleshooting.mdx
Browse files Browse the repository at this point in the history
RPC provider site link added and location changed
Due to increase in demand due to request limitation on 2023/08/01
  • Loading branch information
nollie0107 authored Aug 1, 2023
1 parent 759ae0c commit 264eed6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/website/pages/docs/reference/node-troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ You can ignore any WARN logs.

### Node error logs

#### `error: "failed to insert new head to L2 execution engine: missing trie node"`

Make sure that your RPC is pointing to an Sepolia archive node, and not a full node.

#### `error: "daily request count exceeded, request rate limited"`

Your RPC provider has a limit on the number of requests. You can try using a different provider that offers higher limits.
INFURA https://www.infura.io/
Alchemy https://auth.alchemy.com/

#### `error: "failed to insert new head to L2 execution engine: missing trie node"`

Make sure that your RPC is pointing to an Sepolia archive node, and not a full node.

#### `error: L1_BLOCK_ID`

Expand Down

0 comments on commit 264eed6

Please sign in to comment.