mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Nginx Proxy Manager doesn't work with planka 2.0.0-rc.3 #752
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @velizarofff on GitHub (Jul 8, 2025).
Hello
I installed planka 2.0.0-rc.3 via a docker image. It is available locally: 192.168.4.108:3000. Edited docker-compose and enabled the option:
index-Crmnsq57.js:464 WebSocket connection to 'wss://planka.example.com/socket.io/?__sails_io_sdk_version=1.2.1&__sails_io_sdk_platform=node&__sails_io_sdk_language=javascript&EIO=3&transport=websocket' failed:
At the same time, with docker inspect planka-planka-1I don't see the - TRUST_PROXY option.
@velizarofff commented on GitHub (Jul 8, 2025):
I did: docker compose up -d. I'm sorry I'm new to the docker thing, the TRUE_PROXY option is now true. But it still doesn't work. I tried on different browser versions: chrome, firefox the effect is the same. After login there is no loading and the error described above.
@meltyshev commented on GitHub (Jul 8, 2025):
Hi! It's hard to say exactly what might be wrong without seeing all the configuration files and environment variables.
A common issue is an incorrectly set
BASE_URL, which can cause the connection origin check to fail. In your case, it should beBASE_URL=https://planka.example.com.Also, make sure the socket connection is properly forwarded at the Nginx level. You can refer to the official documentation here: https://docs.planka.cloud/docs/configuration/reverse-proxy/nginx/.
@velizarofff commented on GitHub (Jul 8, 2025):
Hello!
Indeed, setting the BASE_URL helped, I thought it should be the local address and not the one that NPM proxies.