wppconnect-team / wpp-docker

Crie facilmente imagens do Docker com diferentes versões/combinações de linguagens e dependências comuns, para uso no WPPConnect.
Apache License 2.0
124 stars 63 forks source link

frontend does not login #10

Open alikadv opened 1 year ago

alikadv commented 1 year ago

I generate the session token and try to use for login, but fail.

in browser network this request in read http://localhost:8081/api/MySession/check-connection-session

when sending the same request through postman with token I get responce { "status": false, "message": "Disconnected" }