mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #3614] failed to connect to websocket on reverse proxy #1291
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#1291
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 @mikeTWC1984 on GitHub (Jul 25, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3614
Description
I'm using kubernetes to deploy cloudbeaver. We have nginx ingress. So basically it's reverse proxy, also doing http to https upgrade.
Somehow after going to version 25.1.3 from 25.1.2 (1 minor version) cloudbeaver UI is failing to connect to /api/ws on kubernetes (reverse proxy), 25.1.2 works fine. Local docker setup for 25.1.3 also works
Steps to reproduce
No response
Expected/Desired Behavior
Should connect to /api/ws behind proxy
CloudBeaver Version
25.1.3
Additional context
No response
@EasyLOB commented on GitHub (Jul 27, 2025):
Hi,
I have a similar problem.
When I connect to CloudBeaver directly, everything works fine.
When I connect to CloudBeaver through NGINX Reverse Proxy the interface works fine, but when I execute a SQL it does not complete: I get a forever "Loading...".
I even turned off the http to https redirection, but it also does not work.
The NGINX (below) is the same I use in many other applications.
Thanks
@EasyLOB commented on GitHub (Jul 27, 2025):
Hi,
I found a "WebSocket" error in Browser F12 Console.
So, after changing the NGINX configuration t allow WebSocket, everything is working fine :-)
@EvgeniaBzzz commented on GitHub (Oct 30, 2025):
Are there any other connection difficulties?
We have added some info about websockets to the wiki.
@mikeTWC1984 commented on GitHub (Nov 6, 2025):
I tried v25.2.4, and no longer see ws errors when running on Kubernetes
@EvgeniaBzzz commented on GitHub (Nov 7, 2025):
Thanks for the update