mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Recent update causes connection issues #477
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 @woutwoot on GitHub (Apr 11, 2024).
Planka used to be working fine for me, we deployed the latest version about a week or two ago.
When I just updated to the latest version, I now get "No connection to server" pop-ups that show up and dissapear about every second.
For refrence, my deployment is using docker compose and a Trafik proxy to add SSL. (this worked fine before)
Any idea what could be wrong?
I see in the network console that socket connections are getting a connection upgrade response and status "101 Switching Protocols" I suspect this has something to do with the issue.
@meltyshev commented on GitHub (Apr 11, 2024):
Hi! It seems that some error is occurring on the server, it restarts and the error occurs again. Could you please check what's in the server logs?
@woutwoot commented on GitHub (Apr 11, 2024):
After a bunch of messing around and Googling, figured out that the source of the problem was Trafik also being updated.
This thread helped: https://community.traefik.io/t/problems-after-traefik-update-from-2-11-0-to-2-11-1-solution-inside/22230
The fix is not pushed to their docker images yet but should be soon. Meanwhile adding
entrypoints.websecure.transport.respondingTimeouts.tcp.lingeringTimeout=30fixed the issue.