Error running postgres with CLI
- Dominant language
- No language data
- Stars
- 28
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
This command was working previously for me but now it's erroring on DNS for `Error: getaddrinfo ENOTFOUND images.endor.dev`
Command executed
```
endor run postgres
```
🚀 Endor
Launching the Postgres environment
🌔 Initializing environment
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
Error: getaddrinfo ENOTFOUND images.endor.dev
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'images.endor.dev'
}
Node.js v22.18.0
ELIFECYCLE Command failed with exit code 1.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.