Nachtwind85
Nachtwind85
I have the same problem. Just created a fresh Ubuntu 22.04 vps and ran the installer. /opt/planka/.env looks like this: ``` BASE_URL=http://xx.xxxxxxxx.xx SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx DEFAULT_ADMIN_EMAIL=some.email.de DEFAULT_ADMIN_PASSWORD=verysecret DEFAULT_ADMIN_NAME=Martin DEFAULT_ADMIN_USERNAME=Martin ``` Yet despite...
No, I just checkked by copy pasting the very same address i used in the .env into the login. Its a habit anyway i do to keep everything lowercased for...
This is the docker-compose.yml created/downloaded by the installer: ``` /opt/planka# tail -n 100 docker-compose.yml version: '3' services: planka: container_name: planka image: ghcr.io/plankanban/planka:latest command: > bash -c "for i in `seq...
Well... i am one step ahead and could log in. Now i am facing and endless circle ;)  Gonna recreate the whole thing... brb
OK... still nothing... but this should be unrelated to the .env problem... ``` root@xxxxx:/opt/planka# docker logs --since=1h edbb82e8e78f node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED 172.22.0.2:5432 at...
Just checked: ``` /opt/planka# docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES edbb82e8e78f ghcr.io/plankanban/planka:latest "docker-entrypoint.s…" 2 hours ago Up 2 hours 0.0.0.0:3000->1337/tcp, :::3000->1337/tcp planka bde3e71e56ef postgres:14-alpine "docker-entrypoint.s…"...
Just had another look at logs of "planka": ``` :/opt/planka# docker logs planka node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED 172.22.0.2:5432 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16) {...
I cleared cookies etc and was able to log in but still the "circle" keeps turning endlessly. Is there any verbose debugging i can activate to help?
From the Developer console in Vivaldi: ``` websocket.js:248 WebSocket connection to 'ws://[correct URL]/socket.io/?__sails_io_sdk_version=1.2.1&__sails_io_sdk_platform=node&__sails_io_sdk_language=javascript&EIO=3&transport=websocket' failed: WebSocket is closed before the connection is established. p.doClose @ websocket.js:248 ```
I checked and tested both the BASE_URL in the compose and .env file. Still the circle awaits me (after cleaning cookies and logging in again). If i incorrectly set the...