Rabbit Error
-
I started openflow and nodered in developer mode but I get nodered when I start a flow this here:"Error: Cannot Add new Queue Consumer, not connected to rabbitmq"
You know what happens here. -
It's not connected to rabbitmq ... Make sure rabbitmq is working and if you have disabled guest to add username and password to the amqp_url connecting string
-
@allan-zimmermann Rabbit is working and no string was added to change the password. The only thing I did was install openflow/nodered on one server and openrpa on another. Everything apparently works a lot less that.
-
Does that mean it works for you now or ? sorry, not sure what you mean by "Everything apparently works a lot less that."
If not, make sure rabbitmq is installed and working, check it is listening on port 5672 .. per default you can connect from localhost using guest and username and password, but if you setup antoher account or is connecting using anything else than localhost set "amqp_url" in the config file ( since your compiling from source that would be your config.env file ) to match your settings