deep-foundation / deep-foundation/deeplinks
Provider do not automatically start and cause Failed to proxy http://localhost:3006/gql Error: connect ECONNREFUSED errors
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
# How to reproduce
1. Restart js-docker-provider

2. Try to insert something in deepcase and see a lot of errors in terminal that started deep:
```
[0] Failed to proxy http://localhost:3006/gql Error: connect ECONNREFUSED ::1:3006
[0] at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {
[0] errno: -111,
[0] code: 'ECONNREFUSED',
[0] syscall: 'connect',
[0] address: '::1',
[0] port: 3006
[0] }
```
# Workaround
Restart deep
# Expected behavior
Restart docker container without restarting deep
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.