mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #3528] Table are endlessly Loading ... until page is refreshed #1274
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Rhiz3K on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3528
Description
Upon opening fresh Cloudbeaver or disconnecting and connecting PostgreSQL DB tables are endlessly loading until web page is refreshed(F5) or new window is opened.
After data are loaded upon refresh in few second there is Websocket closed and on CloudBeaver refresh button it is loading again
core-BzA6NDWi.js:2154 Websocket closed (1001):
(anonymous) @ core-BzA6NDWi.js:2154
t.next @ vendor-B2qOhtOB.js:105
e._next @ vendor-B2qOhtOB.js:105
e.next @ vendor-B2qOhtOB.js:105
(anonymous) @ vendor-B2qOhtOB.js:105
Gy @ vendor-B2qOhtOB.js:105
e.next @ vendor-B2qOhtOB.js:105
c.onclose @ vendor-B2qOhtOB.js:105
Steps to reproduce
Expected/Desired Behavior
CloudBeaver Version
Docker CloudBeaver CE Server 25.1.0.202506020921
Additional context
Product name: CloudBeaver CE Server
Security manager database/URL: jdbc:h2:/opt/cloudbeaver/workspace/.data/cb.h2v2.dat
Product version: 25.1.0.202506020921
Security manager database/Driver: h2_embedded_v2
Security manager database/Product name: H2
Security manager database/Product version: 2.1.214 (2022-06-13)
OS: Linux 6.8.0-60-generic (amd64)
Memory available: 70Mb/1938Mb
Java version: 21.0.7 by Eclipse Adoptium (64bit)
JVM parameters: server/plugins/org.jkiss.dbeaver.launcher_1.0.30.202506020921.jar -product io.cloudbeaver.product.ce.product -web-config conf/cloudbeaver.conf -nl en -registryMultiLanguage
Deployment type: DOCKER
Install path: /opt/cloudbeaver/server
Workspace path: file:/opt/cloudbeaver/workspace/
@EvgeniaBzzz commented on GitHub (Jun 17, 2025):
Hi @Rhiz3K
Thank you for the detailed report.
In recent versions of CloudBeaver, the interface now requires a WebSocket connection to load table data. While WebSockets were used before, they weren’t essential - now, the table won’t load at all without a working WebSocket.
If the WebSocket connection fails (e.g., due to proxy, firewall, or server misconfiguration), the table will stay in an endless loading state.
To fix this, please check the following:
@Rhiz3K commented on GitHub (Jun 17, 2025):
Thank you for answer, I created https://github.com/coollabsio/coolify/issues/6000 and waiting for some hints what to try as this was preconfigured service.