mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-26 06:06:00 +03:00
[GH-ISSUE #3534] Running build-frontend.sh #1276
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#1276
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 @mickelelkhoury on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3534
Originally assigned to: @Wroud on GitHub.
Hi,
I have been trying to run the build-frontend.sh and am running into an issue where even tho I am using yarn 4.6.0
When it runs
yarn install --immutable, it complains, saying I tried to change the lock fileNow after I removed the
--immutablethe build will pass, but when I run the container locally, I will get stuck on the loading page of the webapp and not run as expected.The steps I usually took when doing this with earlier versions were:
run build.sh (which is running build backend and frontend), then I run make-docker-container.sh then run-docker-container.sh
Can anyone assist with the yarn thing. am IO using a wrong version or maybe a step I'm missing before running the frontend build file
@EvgeniaBzzz commented on GitHub (Jun 19, 2025):
It looks like you have some outdated artifacts left in the cloudbeaver/common-react folder that no longer exist in the current version of the repository. That’s likely causing the issue during the build.
You can fix it in one of two ways:
Let me know if that helps.
@mickelelkhoury commented on GitHub (Jun 20, 2025):
Using a new clone of the repo and running it using jdk 21 and yarn 4.6.0.
I am not aiming to change any of the frontend I just need to run the build.sh file and for it to compile so I can run an image on my machine.
when I run it the backend compiles fine
but when it comes to the frotend step I keep on getting this error:
Note that this is right after running a clean clone, I have 0 changes
@Wroud commented on GitHub (Jun 20, 2025):
@mickelelkhoury, can you please tell me what OS you are using?
@EvgeniaBzzz commented on GitHub (Jul 17, 2025):
@mickelelkhoury any news here?
@EvgeniaBzzz commented on GitHub (Oct 2, 2025):
Let us know if this issue is still actual for you.
@mickelelkhoury commented on GitHub (Oct 9, 2025):
Hello,
It did work.
I am doing that again today and running into the same issue
What I remember is that when I run the build-frontend for some reason, because of the
yarn install --immutableit's complaining aboutwhen running it.
Now removing the --immutable allows me to run build-frontend.sh
and everything works fine
@mickelelkhoury commented on GitHub (Oct 9, 2025):
Windows 11