sms-api-server icon indicating copy to clipboard operation
sms-api-server copied to clipboard

Not Connected!

Open AminEshtiaghi opened this issue 5 years ago • 0 comments

Hello, I'm using sms-api-server docker, the index page is resolving + the status of page is connected, but when I've called the v1/send or v1/query, it returns the message of "not connected".

I've tried it multiple times.

coudl you help me to find the issue.

Note: I'm using docker compose:

sms: image: fiorix/sms-api-server container_name: "docker-sms" ports: - "9881:8080" networks: - docker-network

AminEshtiaghi avatar Jun 27 '20 07:06 AminEshtiaghi