Hey,
i used the espocrm installer to setup a new instance with letsencrypt certificate as docker-compose deployment.
After logging in as admin, I see an error message in console of browser:
after digging a bit deeper, I found following error message in nginx error.log
Since everything was setup by installer I am quite confused, that it is not working and I dont have an idea what causes this behaviour.
Thanks for every hint in advance.
i used the espocrm installer to setup a new instance with letsencrypt certificate as docker-compose deployment.
After logging in as admin, I see an error message in console of browser:
Code:
autobahn.js:341 WebSocket connection to 'wss://DOMAIN:8080/?authToken=79ca12c4a7aaf29d67a92a699be68bae&userId=1' failed:
Code:
2022/11/02 14:17:31 [error] 10#10: *7 connect() failed (111: Connection refused) while connecting to upstream, client: xx.xx.xx.xx, server: espo.finstreet.it, request: "GET /wss?authToken=7b4f686cf23dea1da9ab8e6f5c189ecd&userId=1 HTTP/1.1", upstream: "http://172.20.0.6:8080/wss?authToken=7b4f686cf33dea1da9ab8e6f5c189ecd&userId=1", host: "DOMAIN"
Thanks for every hint in advance.
Comment