This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
df64f91
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will probably face a problem running connectors with node 17+
Node 17+ removed ip resolution preference to IPv4 so connecting to localhost now tries to connect to
::1
while the stack only listen to127.0.0.1
. You should probably add to your node invocation the following parameter:--dns-result-order=ipv4first
. See https://github.com/cozy/cozy-stack/blob/master/scripts/konnector-node17-run.sh#L4