eth2-beaconchain-explorer
eth2-beaconchain-explorer copied to clipboard
column "committeebits" does not exist
time="2025-07-03T08:19:11Z" level=error msg="error executing template" error="error retrieving block attestation data: ERROR: column \"committeebits\" does not exist (SQLSTATE 42703)" error type="*errors.errorString" file=slot.go function=Slot info=GetSlotPageData module=handlers route=/slot/154880
I got the same log in the frontend service.
https://github.com/gobitfly/beaconchain/blob/staging/backend/pkg/commons/db/migrations/postgres/20250131063102_pectra_tables.sql I found some missing DB migration SQL here, it might be helpful to you @mxmar