Hello everyone, I encountered this problem.
I have just launched a new L1 server, the DB size is about 3TB
I launch L1 with the following parameter:
/root/geth --syncmode full --tries-verify-mode none --config /root/config.toml --datadir /root/node_bsc --cache 8000 --http --http.api eth,net,engine,admin,personal --http.addr 0.0.0.0 --http.port 14367 --http.corsdomain * --http.vhosts *
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' -H "Content-Type: application/json" http://localhost:14367
{"jsonrpc":"2.0","id":1,"result":false}
from L2 server, RPC works
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
-H "Content-Type: application/json" http://myserverL1:14367
{"jsonrpc":"2.0","id":1,"result":"0x2c98779"}
.env
OP_NODE__RPC_ENDPOINT=https://myserverL1:14367
but I still get the error:
lvl=error msg="failed to fetch runtime config data" err="failed to fetch unsafe block signing address from system config: failed to fetch proof of storage slot 0x65a7ed542fb37fe237fdfbdd70b31598523fe5b32879e307bae27a0bd9581c08 at block 0x479b0bf04ae3c2f3a119b62687d25bde8afa97ef21a37765c481993b447e4401: missing trie node eb377399a8a91a673362b7b80884e4bdbca094efa7e0c638ecd4f09bc79a9a9d (owner 70c134cf933eb3c7d04777dee5b1b564d80b2c8a5d2c6af73254e162ce20ac44) (path ) state 0xeb377399a8a91a673362b7b80884e4bdbca094efa7e0c638ecd4f09bc79a9a9d is not available"