[GH-ISSUE #984] [question] related to planka #828

Closed
opened 2026-02-26 06:34:35 +03:00 by kerem · 4 comments
Owner

Originally created by @ikwtif on GitHub (Mar 30, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/984

Not really a bug, but since I can't get into the reddit community thought I'd ask here.

I'm trying to run planka but there are some issues with loading the webpage after logging in. I'm getting this error

websocket.js:124 WebSocket connection to 'wss://planka.mydomain.be/socket.io/?__sails_io_sdk_version=1.2.1&__sails_io_sdk_platform=node&__sails_io_sdk_language=javascript&EIO=3&transport=websocket' failed: 

I found the issue referenced on planka github. Is it possible to input this somewhere in the manager? I tried putting it in the advanced tab but that did not work
how should I put something like this for the config in advanced?

planka issue link

server {
    server_name planka.url;

    listen 443 ssl;                                                         
    listen [::]:443 ssl;

    location / {
        proxy_pass      http://127.0.0.1:1337;
        include         proxy_params;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
    }
}
Originally created by @ikwtif on GitHub (Mar 30, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/984 Not really a bug, but since I can't get into the reddit community thought I'd ask here. I'm trying to run planka but there are some issues with loading the webpage after logging in. I'm getting this error ``` websocket.js:124 WebSocket connection to 'wss://planka.mydomain.be/socket.io/?__sails_io_sdk_version=1.2.1&__sails_io_sdk_platform=node&__sails_io_sdk_language=javascript&EIO=3&transport=websocket' failed: ``` I found the issue referenced on planka github. Is it possible to input this somewhere in the manager? I tried putting it in the advanced tab but that did not work how should I put something like this for the config in advanced? [planka issue link](https://github.com/plankanban/planka/issues/21) ``` server { server_name planka.url; listen 443 ssl; listen [::]:443 ssl; location / { proxy_pass http://127.0.0.1:1337; include proxy_params; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } } ```
kerem 2026-02-26 06:34:35 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ikwtif commented on GitHub (Apr 1, 2021):

Apparently I'm blind and there is a toggle for websocket support. Anyway, thanks for this manager! Makes it super easy to set everything up.

<!-- gh-comment-id:812079788 --> @ikwtif commented on GitHub (Apr 1, 2021): Apparently I'm blind and there is a toggle for websocket support. Anyway, thanks for this manager! Makes it super easy to set everything up.
Author
Owner

@Drstrubbel commented on GitHub (May 20, 2021):

How did you configure it?
I cannot login, even with activated WebSocket

<!-- gh-comment-id:844965796 --> @Drstrubbel commented on GitHub (May 20, 2021): How did you configure it? I cannot login, even with activated WebSocket
Author
Owner

@REVENTOR-EU commented on GitHub (Jan 17, 2022):

same here. not working with Websocket enabled.

<!-- gh-comment-id:1014344669 --> @REVENTOR-EU commented on GitHub (Jan 17, 2022): same here. not working with Websocket enabled.
Author
Owner

@MatthieuFereyre commented on GitHub (Mar 15, 2022):

For those who are struggling making planka works with nginx proxy manager :

  • Check that your BASE_URL of planka is correct (eg http(s)://planka.mydomain.ext)
  • Check that Websocket enabled is check in npm proxy host planka definition
<!-- gh-comment-id:1068080520 --> @MatthieuFereyre commented on GitHub (Mar 15, 2022): For those who are struggling making planka works with nginx proxy manager : - Check that your BASE_URL of planka is correct (eg http(s)://planka.mydomain.ext) - Check that Websocket enabled is check in npm proxy host planka definition
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#828
No description provided.