Hello guys,
After running 'make run' the docker composition starts, without showing any error at first glance. After a while,
mainflux-mqtt | {"level":"error","message":"Failed to create MQTT publisher: failed to connect to MQTT broker","ts":"2020-05-12T10:34:36.043693355Z"}
mainflux-mqtt exited with code 1
repeatedly spams the log. (Full log in attachments)
The main problem is now that I can't set up test povisioning.
Using the CLI previously built with 'make cli', then using './build/mainflux-cli provision test' leads to "invalid argument passed" in the terminal.
Nevertheless, running './build/mainflux-cli version' shows the correct output "0.10.0".
Environment:
docker --version shows Docker version 18.09.9, build 039a7df9ba
docker-compose --version shows docker-compose version 1.24.1, build 4667896b
Would be great if you guys can help me!
Best regards,
Oliver