You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
After creating client and task, when task.applyAsync called, the UnhandledPromiseRejectionWarning error raises. It says "Error: connect ECONNREFUSED 127.0.0.1:5672", but my broker URL is pointing to cloudamqp instance.
What is the expected behavior?
In documentation, it is said that it should connect to broker_url, but it tries to connect to localhost on port 5672
Please tell us about your environment:
Version: Ubuntu 18.04
OS: linux
Language: Javascript
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered:
@actumn I'm also getting this same issue (MacOS). I did not specify a backend url. Maybe if it is not specified it is defaulting to localhost? (127.0.0.1).
Description
What is the current behavior?
After creating client and task, when task.applyAsync called, the UnhandledPromiseRejectionWarning error raises. It says "Error: connect ECONNREFUSED 127.0.0.1:5672", but my broker URL is pointing to cloudamqp instance.
What is the expected behavior?
In documentation, it is said that it should connect to broker_url, but it tries to connect to localhost on port 5672
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: