Open abubakrsiddq opened 1 year ago
Facing the same issue. What to do next?
When you run with the interactive command
docker run -it -p 80:80 -p 443:443 -p 5222:5222 -p 8080:8080 -p 8443:8443 -p 8222:8222 -p 8199:8199 whatsapp_proxy:1.0
it will run and show messages, you can connect now with ports 80, 443 etc.
@mgholam running with the same command but still facing issue
If you're on windows, it might be related to line endings. See #72
@slawlor this issue occurs even after correcting line endings to LF
Have you tried connecting to the host once this is "stuck"? If you don't daemonize the container (passing -d
to docker run
) then the host is alive and waiting for connections. Try going to http://localhost:8199
After certificate generation it just waits, can someone please help me out with this