mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #3437] Exposing cloudbeaver via Apache proxy #1259
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#1259
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 @avhz on GitHub (May 12, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3437
Originally assigned to: @yagudin10 on GitHub.
Hi :)
Having issues with exposing CloudBeaver via Apache.
I have:
Port
1234is forwarded to the cloudbeaver port8978in the docker container.I also set:
But I get a 404 Not Found error.
Anything I've messed up ?
@EvgeniaBzzz commented on GitHub (May 12, 2025):
Hi @avhz
Could you please provide us with server log?
And what CB version do you use?
@avhz commented on GitHub (May 12, 2025):
Hi @EvgeniaBzzz :)
I'm very sorry, it's a bit annoying but I don't have access to the server logs, it's managed elsewhere. I can just see the config.
My compose is:
@EvgeniaBzzz commented on GitHub (May 12, 2025):
What URL are you getting the 404 on?
@avhz commented on GitHub (May 12, 2025):
https://example.com/dbeaver/
Note: If I drop the two environment variables above, it resolves and I see the cloudbeaver loading screen for a moment, but then it redirects to https://example.com/#/, and I get "Resource Error".
@LonwoLonwo commented on GitHub (May 23, 2025):
Hello @avhz
Looks like this is specific of your Apache proxy and we cannot help you on this step :(
@avhz commented on GitHub (May 26, 2025):
Can you spot anything wrong with my Apache/Docker setup?
This setup works for all our other apps, and I'm stuck figuring out what the difference could be wrt CloudBeaver.
Or are there any docs related to this topic? I found the nginx info, but still can't find the issue.
@yagudin10 commented on GitHub (May 28, 2025):
Hi, @avhz !
Could you try to update your Apache configuration to
and use the latest version of CloudBeaver?
@avhz commented on GitHub (May 30, 2025):
Works now, thanks a lot :)