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
I run Arbitrum AnyTrust nitro-node L2 and run blockscout using docker-compose. The main issue is I do not see internal transactions. In backend service logs I see two bad things:
{"time":"2025-06-10T23:04:49.516Z","severity":"error","message":"** (Postgrex.Error) ERROR 42P01 (undefined_table) relation \"arbitrum_l1_batches\" does not exist\n\n query: SELECT a0.\"end_block\" FROM \"arbitrum_l1_batches\" AS a0 ORDER BY a0.\"number\" DESC LIMIT 1\n (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:1096: Ecto.Adapters.SQL.raise_sql_call_error/1\n (ecto_sql 3.12.1) lib/ecto/adapters/sql.ex:994:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I run Arbitrum AnyTrust nitro-node L2 and run blockscout using docker-compose. The main issue is I do not see internal transactions. In backend service logs I see two bad things:
and this one
to be honest I'm not sure what I have to start with. Tried to switch backend to https://github.com/blockscout/blockscout/pkgs/container/blockscout-arbitrum but have the same issues
maybe migrations was not completed by some reason but what means internal tx termination I have no idea
Beta Was this translation helpful? Give feedback.
All reactions