You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execution clients shouldn't report any issues and should work normally.
Actual behavior
Running a Lisk node with op-reth execution client reports of Invalid JWT error at init but only once, as seen in the logs below.
The node however functions normally, syncs with the L2 network and reports no more issues later.
Both the op-node and the execution (op-reth in this case) client already share the same JWT token and the container has everything set properly for the jwtsecret (--authrpc.jwtsecret) to be used by the reth client.
The text was updated successfully, but these errors were encountered:
manually added --l2.jwt-secret=/jwt.hex and --authrpc.jwtsecret=/jwt.hex to both entrypoints, mounted ./jwt.hex:/jwt.hex as volumes in docker-compose.yml , then booted op-node first, later reth and it worked
Expected behavior
The execution clients shouldn't report any issues and should work normally.
Actual behavior
Running a Lisk node with op-reth execution client reports of
Invalid JWT
error at init but only once, as seen in the logs below.The node however functions normally, syncs with the L2 network and reports no more issues later.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
PR #27 (branch:
24-unable-to-build-reth-images
, commit: 2166361)Additional Information
Both the
op-node
and theexecution
(op-reth
in this case) client already share the same JWT token and the container has everything set properly for the jwtsecret (--authrpc.jwtsecret
) to be used by the reth client.The text was updated successfully, but these errors were encountered: