mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #3718] Icons not loading in container build (GET .../icons/tree/key.svg returns 400) #1301
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#1301
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 @maryam4s26 on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3718
Description
When running CloudBeaver in development mode, all icons load correctly.
But after building a Docker image and running the container, requests to icons like:
GET http://<host>:<port>/api/images/platform:/plugin/org.jkiss.dbeaver.model/icons/tree/key.svgreturn 400 (Bad Request).
Steps to reproduce
Build the Docker image:
Open the application in the browser.
Notice that some icons (e.g. key.svg) fail to load.
Expected/Desired Behavior
Icons should load in the container the same way they do in development mode.
CloudBeaver Version
25.1.0
Additional context
No response
@dariamarutkina commented on GitHub (Sep 4, 2025):
Hello, @maryam4s26 !
To better understand the issue, could you please help us with a few details:
/api/health) work?Thanks a lot for your help! 🙏
@maryam4s26 commented on GitHub (Sep 4, 2025):
Hi, thanks for your response @dariamarutkina . Here are the requested details:
I am using the standard make-docker-container.sh script, but I build the image manually with this command:
Backend status
Yes, the backend is running correctly. Other API endpoints (such as /api/health and login) work without any issue.
Server logs (when icons fail to load)
Here are the relevant logs from the container at the time icons return 400 Bad Request, No obvious errors are shown in the backend logs:
The only issue is that requests to:
/api/images/platform:/plugin/org.jkiss.dbeaver.model/icons/tree/key.svgreturn 400 Bad Request when running inside the container.
@maryam4s26 commented on GitHub (Sep 4, 2025):
This issue is related to this issue. The 404 icon problem in production occurred because the dependency versions were not correctly specified in the backend build file. During the build, the latest versions of dependencies are cloned and installed, which can cause some required classes or files being missing.
A temporary solution is to specify the exact versions of dependencies in build-backend.sh to ensure compatibility with the CloudBeaver version being built.
Ideally, the CloudBeaver repository should build against a specific DBeaver release to ensure all features work correctly.
@dariamarutkina commented on GitHub (Sep 5, 2025):
Thank you very much for sharing the details 🦫
I’ll close this issue as a duplicate https://github.com/dbeaver/cloudbeaver/issues/3722