URL problem #173
-
WAHA is a sensational tool. When I run it locally, on my computer, everything works fine. I'm trying to deploy using a specific subdomain for WAHA, like: waha.myserver.com.
After running the service in docker-compose the log shows me that the service is running as below However, it doesn't work, when I try to access the api, I get the error: ERR_CONNECTION_REFUSED. Shouldn't the service be running at Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Got it.
|
Beta Was this translation helpful? Give feedback.
-
Hi, it's a great question, thank you for the answer! Btw, you should set it with no http, this way
|
Beta Was this translation helpful? Give feedback.
-
Also one suggestion if you publish API to the internet - you should use https connection. I usually put API behind ngnix reverse proxy that handles ssl connection and uses pure http to communicate with WAHA. #42 (comment) It's import to set up security for WAHA for both Swagger (with |
Beta Was this translation helpful? Give feedback.
Got it.