-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
Following the instructions for deploying locally (https://github.com/dydxprotocol/v4-chain/tree/main/indexer#deploying) in a fresh clone at tag indexer/v7.0.1
:
...
vulcan-1 | 2024-11-08 16:07:24 [error]: {
vulcan-1 | "at": "tasks#wrapBackgroundTask",
vulcan-1 | "message": "Background task had an uncaught error",
vulcan-1 | "error": {
vulcan-1 | "message": "connect ECONNREFUSED 127.0.0.1:5435",
vulcan-1 | "errno": -111,
vulcan-1 | "code": "ECONNREFUSED",
vulcan-1 | "syscall": "connect",
vulcan-1 | "address": "127.0.0.1",
vulcan-1 | "port": 5435
vulcan-1 | },
vulcan-1 | "shouldRethrowErrors": true,
vulcan-1 | "taskName": "main",
vulcan-1 | "timestamp": "2024-11-08T16:07:24.074Z"
vulcan-1 | }
vulcan-1 | Error: connect ECONNREFUSED 127.0.0.1:5435
vulcan-1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
vulcan-1 | at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)