WhatsAPP Business API - Connection refused. Please check if wacore is running: wacore:6251 error
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:
P.S: Some questions already posted here with similar titles don't solve my issue.