mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #3389] About frontend #1246
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#1246
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 @pxmlw on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3389
Originally assigned to: @SychevAndrey on GitHub.
I follow your frontend guideline to set up the front part ,but I found the command got problem and build failed.please update the frontend guideline and show how to debug and build frontend architect
@LonwoLonwo commented on GitHub (Apr 22, 2025):
Hello @pxmlw
What error was in this failed build? Could you please provide more details?
@EvgeniaBzzz commented on GitHub (Apr 22, 2025):
@pxmlw Thank you for bringing this to our attention.
We'll update the guidelines.
For now, please follow these steps
@pxmlw commented on GitHub (Apr 23, 2025):
I have seen that ,but I think it still need run backend server ,or it will be not start ,and I start the backend server with run-server.sh ,but it not connect my dev frontend.
@pxmlw commented on GitHub (Apr 23, 2025):
and I run yarn dev ,
it show this error:
[0] Done in 0s
[0] yarn workspaces foreach -Ap --include '@cloudbeaver/core-sdk' run gql:gen:dev exited with code 0
--> Sending SIGTERM to other processes..
@pxmlw commented on GitHub (Apr 23, 2025):
and this
ReferenceError: exports is not defined in ES module scope
[1] at file:///C:/Users/Administrator/IdeaProjects/cloudbeaver/webapp/node_modules/.vite-temp/vite.config.js.timestamp-1745397927263-0cf5702b3d903.mjs:73:23
[1] at ModuleJob.run (node:internal/modules/esm/module_job:271:25)
[1] at async onImport.tracePromise.proto (node:internal/modules/esm/loader:578:26)
[1] at async loadConfigFromBundledFile (file:///C:/Users/Administrator/IdeaProjects/cloudbeaver/webapp/.yarn/virtual/vite-virtual-ba3f5fdfce/4/AppData/Local/Yarn/Berry/cache/vite-npm-6.0.11-8299edf213-10c0.zip/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:54130:15)
[1] at async loadConfigFromFile (file:///C:/Users/Administrator/IdeaProjects/cloudbeaver/webapp/.yarn/virtual/vite-virtual-ba3f5fdfce/4/AppData/Local/Yarn/Berry/cache/vite-npm-6.0.11-8299edf213-10c0.zip/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:53959:24)
[1] at async resolveConfig (file:///C:/Users/Administrator/IdeaProjects/cloudbeaver/webapp/.yarn/virtual/vite-virtual-ba3f5fdfce/4/AppData/Local/Yarn/Berry/cache/vite-npm-6.0.11-8299edf213-10c0.zip/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:53474:24)
[1] at async _createServer (file:///C:/Users/Administrator/IdeaProjects/cloudbeaver/webapp/.yarn/virtual/vite-virtual-ba3f5fdfce/4/AppData/Local/Yarn/Berry/cache/vite-npm-6.0.11-8299edf213-10c0.zip/node_modules/vite/dist/node/chunks/dep-M1IYMR16.js:43702:18)
[1] at async CAC. (file:///C:/Users/Administrator/IdeaProjects/cloudbeaver/webapp/.yarn/virtual/vite-virtual-ba3f5fdfce/4/AppData/Local/Yarn/Berry/cache/vite-npm-6.0.11-8299edf213-10c0.zip/node_modules/vite/dist/node/cli.js:746:20)
[1] vite exited with code 1
--> Sending SIGTERM to other processes..
[0] yarn workspaces foreach -Ap --include '@cloudbeaver/core-sdk' run gql:gen:dev exited with code 1
@pxmlw commented on GitHub (Apr 24, 2025):
any one can reply me the ReferenceError: exports is not defined in ES module scope problem?
@Wroud commented on GitHub (Apr 25, 2025):
@pxmlw The easier way to run and debug the client side of the application is to use VS Code; just open the
cloudbeaverfolder in it.You will be prompted to install recommended extensions and use the TypeScript version from the workspace.
Please install extensions and agree to use the workspace's TypeScript version.
You also need to enable
corepackYou can do it by running the command:After that, please run the command:
from
cloudbeaver/webappfolderTo run the frontend in development mode:
This will start the frontend in development mode and proxy requests to your local backend:
http://localhost:8080/
@Wroud commented on GitHub (Apr 25, 2025):
We are also currently working on updating our instructions
@EvgeniaBzzz commented on GitHub (May 6, 2025):
You can find updated instruction here