I fix this in docker-compose way.
check your endpoint.yml,this is mine:
action_endpoint: url: http://app:5055/webhook
Notice the url shouldn’t be " http://ip:5055/webhook",but the docker service’s name.
I fix this in docker-compose way.
check your endpoint.yml,this is mine:
action_endpoint: url: http://app:5055/webhook
Notice the url shouldn’t be " http://ip:5055/webhook",but the docker service’s name.
I am still getting the error. Should we create a docker-compose.yml file ? Can you please give me further details
What’s the error you are getting? Add the --debug flag inside the docker-compose file to get the logs.