mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[Bug]: No connection to server #539
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 @ryshi on GitHub (Jun 28, 2024).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
Chrome
Current behaviour
app deployed through docker-compose.yml, everything seems good but error message occurs frequently

Desired behaviour
No response
Steps to reproduce
edit config(base_url) & docker compose startapisix gateway add service & router with websocket onOther information
I tried to add some test data, it run as desired, but error message poped up every few seconds.
@daniel-hiller commented on GitHub (Jul 14, 2024):
Is the container crashing?
check with
docker compose logsWhats about the proxy logs?
@ryshi commented on GitHub (Jul 15, 2024):
it works fine on web except the warning
there's no error in proxy logs
@meltyshev commented on GitHub (Jul 15, 2024):
We had something similar with Postgres recently, it kept restarting and dropping all connections. Updating Postgres helped us. But in your case it might be something else.
@ryshi commented on GitHub (Jul 17, 2024):
Thanks for your information, I did use a remote PostgreSQL 16.2. Maybe there are the same problem.
@JoeKer1 commented on GitHub (Jul 22, 2024):
I'm getting this as well, but I'm running in k8s and using a postgres 15 cloudsql server.
In my case I needed to add a backend config to add some timeouts for the websocket connections with the GCP Ingress class.
@ryshi commented on GitHub (Aug 23, 2024):
websocket throws timeout continuously
