mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Version 2 - Nginx proxy manager - websocket issue #701
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 @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:
Desired behavior
No response
Steps to reproduce
Other information
No response
@meltyshev commented on GitHub (May 12, 2025):
Thanks for reporting! Also gonna check this.
@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
@pawelwiejkut commented on GitHub (May 13, 2025):
Hmm, I have checked on MS edge now, and it seems that I have same issue..
@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(not0or1). However, thedocker-compose.ymlfile still showsTRUST_PROXY=0as an example, so even if it's set to1, it won't work correctly.If you were upgrading from a previous version, you might still have these variables set to
1instead oftrue, which could cause PLANKA to treat proxy headers as if they're not from the original request.@pawelwiejkut commented on GitHub (May 13, 2025):
Yup, false config, issue can be closed, sorry ! And thank you so much for this great app !!