-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm running a similar config to this one with just blockscout
and dora
as services.
However blockscout
is not working:
- No errors are shown when running the enclave. Everything seems to start ok
Adding service with name 'blockscout-postgres' and image 'library/postgres:alpine'
Service 'blockscout-postgres' added with service UUID '374535128d2e46f0bd8d0c78ea06820b'
Adding service with name 'blockscout-verif' and image 'ghcr.io/blockscout/smart-contract-verifier:latest'
Service 'blockscout-verif' added with service UUID '0567f8601bfe42c7aa7312e6952c8bc9'
Adding service with name 'blockscout' and image 'blockscout/blockscout:latest'
Service 'blockscout' added with service UUID 'eece1b25d4ec4457b1af13a103455eb6'
Printing a message
Service(name="blockscout", hostname="blockscout", ip_address="redacted", ports={"http": PortSpec(number=4000, transport_protocol="TCP", application_protocol="http", wait="2m0s", url="http://blockscout:4000")})
Adding service with name 'blockscout-frontend' and image 'ghcr.io/blockscout/frontend:latest'
Service 'blockscout-frontend' added with service UUID '1c3206ec7e654615be9eb978ccfe419f'
- I can indeed access the frontend. But in "Latest blocks" it says "No data. Please reload the page".
- I also get a bunch of "Something went wrong. Try refreshing the page or come back later."
In case it helps, I see this in blockscout logs. That nulls maybe are wrong?
{"time":"2025-05-01T15:53:41.836Z","severity":"info","message":"Index already caught up.","metadata":{"fetcher":"block_catchup","last_block_number":null,"shrunk":false,"missing_block_count":0,"first_block_number":null}}
See my config
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working