mirror of
https://github.com/plankanban/planka.git
synced 2026-02-26 03:21:55 +03:00
WebSocket connection lost when moving a card #67
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 @C0d3GGz on GitHub (Feb 10, 2021).
Hi,
I've been using Planka for a few days and had no problems - until now.
As soon as I move an existing card, the socket connection is lost and the changes aren't committed. Creating and moving a new card, however, is working.
Planka is hosted on a Raspberry Pi 3B with docker-compose. My config uses postgres:12.4-alpine since the newest postgres version won't run. Other that that, the config is almost the stock one.
I have one user, one project, five boards and in sum about 100 cards. I use comments, labels, due dates, timers, and tasks.
Here are the logs as soon as the error occurs:
Browser:
Planka-Container:
The Docker Postgres-Container writes a new line to the log as soon as this happens:
2021-02-10 09:17:37.257 UTC [71] LOG: could not receive data from client: Connection reset by peerThanks for this awesome project and your support!
@C0d3GGz commented on GitHub (Feb 10, 2021):
I found that moving a card from one list to another isn't the main problem. The actual problem seems to be my "Done" list. It currently contains 19 cards. Moving a card to that list is raising the error. Moving a card to any other list is working fine.
@meltyshev commented on GitHub (Feb 10, 2021):
Hi! Thanks for reporting this. It's a bug. I forgot to change the variable name :(