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!