Skip to content

Troubleshooting

IDK fails to start

Please make sure you have both Docker and Docker compose installed and configured. Validate that tools are accessible & available on your PATH by running the following commands

$ docker --version
$ docker-compose --version

IDK cannot access my integration

Make sure to use your machine's IP (e.g 10.0.42.22) address when adding integration and not localhost or 127.0.0.1.

IDK runs on a virtual network controlled by Docker and not all systems automatically configure docker routing in the same way.

On some machines, it's possible to use http://host.docker.internal instead of machines local network IP. You may also choose to use Docker network address if your system exposes it.