I've installed WhatsApp business client on my linux docker containers, I have managed to hit the /v1/health route perfectly and have also changed the default password through an endpoint.

But, I'm getting an error when I try to access POST request /v1/contacts . The error is:

{     "meta": {         "version": "v2.41.2",         "api_status": "stable"     },     "errors": [         {             "code": 1014,             "title": "Internal error",             "details": "Connection refused. Please check if wacore is running: wacore:6251"         }     ] } 

However, my wacore container is indeed running:

Docker Container Image

P.S: Some questions already posted here with similar titles don't solve my issue.

Tag:whatsapp, docker-compose, docker

Add a new comment.