Replies: 1 comment
-
Hi there! The main problem with access usually occurs when using sudo docker run -it --rm -p 3000:3000/tcp --name whatsapp-http-api-plus -e WHATSAPP_SWAGGER_USERNAME=admin -e WHATSAPP_SWAGGER_PASSWORD=admin -e WHATSAPP_API_KEY=yoursecretkey devlikeapro/whatsapp-http-api-plus We also strongly recommend using both admin password and api key - https://waha.devlike.pro/docs/how-to/security/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
I have this error when I start the whatsapp-http-api-plus:
[Nest] 20 - 05/05/2023, 12:11:35 PM LOG [InstanceLoader] AppModulePlus dependencies initialized +1ms body-parser deprecated undefined extended: provide extended option dist/main.js:29:38 [Nest] 20 - 05/05/2023, 12:11:36 PM LOG [RoutesResolver] SessionsController {/api/sessions}: +148ms
Does anyone know what causes this?
Obviously as a result I cannot see the swagger landing page on Port 3000.
Beta Was this translation helpful? Give feedback.
All reactions