Recent update causes connection issues #477

Closed
opened 2026-02-04 19:48:06 +03:00 by OVERLORD · 2 comments
Owner

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.

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.
Author
Owner

@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?

@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?
Author
Owner

@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=30 fixed the issue.

@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=30` fixed the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#477