[Bug]: Version 2 - Nginx proxy manager - websocket issue #701

Closed
opened 2026-02-04 21:01:28 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @pawelwiejkut on GitHub (May 12, 2025).

Where is the problem occurring?

I encountered the problem while using the application (Frontend)

What browsers are you seeing the problem on?

Firefox

Current behavior

Version 2 seems to do not work with nginx proxy manager:

Image
Image

Desired behavior

No response

Steps to reproduce

  1. Upgrade from 1.x
  2. Set Up Nginx proxy manager
  3. Visit planka website

Other information

No response

Originally created by @pawelwiejkut on GitHub (May 12, 2025). ### Where is the problem occurring? I encountered the problem while using the application (Frontend) ### What browsers are you seeing the problem on? Firefox ### Current behavior Version 2 seems to do not work with nginx proxy manager: ![Image](https://github.com/user-attachments/assets/29d9f545-54b2-446b-b146-ee9878f9dc30) ![Image](https://github.com/user-attachments/assets/ec847f60-bde2-4f99-a924-ac487eeb1d63) ### Desired behavior _No response_ ### Steps to reproduce 1. Upgrade from 1.x 2. Set Up Nginx proxy manager 3. Visit planka website ### Other information _No response_
Author
Owner

@meltyshev commented on GitHub (May 12, 2025):

Thanks for reporting! Also gonna check this.

@meltyshev commented on GitHub (May 12, 2025): Thanks for reporting! Also gonna check this.
Author
Owner

@epcos71 commented on GitHub (May 13, 2025):

@pawelwiejkut: I also also use nginx proxy manager and it works fine. Are you using an apple (iOS or macOS) based browser? with this configration i have the similiar problem: https://github.com/plankanban/planka/issues/1116

@epcos71 commented on GitHub (May 13, 2025): @pawelwiejkut: I also also use nginx proxy manager and it works fine. Are you using an apple (iOS or macOS) based browser? with this configration i have the similiar problem: https://github.com/plankanban/planka/issues/1116
Author
Owner

@pawelwiejkut commented on GitHub (May 13, 2025):

Hmm, I have checked on MS edge now, and it seems that I have same issue..

Image

@pawelwiejkut commented on GitHub (May 13, 2025): Hmm, I have checked on MS edge now, and it seems that I have same issue.. ![Image](https://github.com/user-attachments/assets/57ab900a-f16d-4b23-9291-b00b5dbe3706)
Author
Owner

@meltyshev commented on GitHub (May 13, 2025):

Hm, I found something we forgot to mention in the upgrade guide. We've normalized all boolean environment variables - they now need to be set to true (not 0 or 1). However, the docker-compose.yml file still shows TRUST_PROXY=0 as an example, so even if it's set to 1, it won't work correctly.

If you were upgrading from a previous version, you might still have these variables set to 1 instead of true, which could cause PLANKA to treat proxy headers as if they're not from the original request.

@meltyshev commented on GitHub (May 13, 2025): Hm, I found something we forgot to mention in the upgrade guide. We've normalized all boolean environment variables - they now need to be set to `true` (not `0` or `1`). However, the `docker-compose.yml` file still shows `TRUST_PROXY=0` as an example, so even if it's set to `1`, it won't work correctly. If you were upgrading from a previous version, you might still have these variables set to `1` instead of `true`, which could cause PLANKA to treat proxy headers as if they're not from the original request.
Author
Owner

@pawelwiejkut commented on GitHub (May 13, 2025):

Yup, false config, issue can be closed, sorry ! And thank you so much for this great app !!

@pawelwiejkut commented on GitHub (May 13, 2025): Yup, false config, issue can be closed, sorry ! And thank you so much for this great app !!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#701