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
Hi team,
I’m deploying a Base mainnet node using Docker following the official Base node documentation, but I’m seeing JWT-related errors during startup and I’m not sure if this indicates a real misconfiguration or expected behavior.
What I’m seeing
In the execution (Reth) container logs, right after startup:
ERROR Invalid JWT: Authorization header is missing or invalid
Any guidance on the intended JWT flow would be appreciated.
Thanks!