[GH-ISSUE #1819] How start cloudbeaver\webapp web server? #527

Closed
opened 2026-03-07 20:50:46 +03:00 by kerem · 0 comments
Owner

Originally created by @jswanglink on GitHub (Jul 13, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1819

Run the local server as described in the Build and deploy section
Execute
cd webapp/
yarn lerna run dev --stream --scope=@cloudbeaver/product-default -- -- --env server=localhost:8978
to run Webpack dev server

Open localhost:3100 in web browser

Error reported after starting according to the above steps:

Error occurred while trying to proxy: 127.0.0.1:3100/api/gql
GQL Error: Error occurred while trying to proxy: 127.0.0.1:3100/api/gql

How to solve it

Originally created by @jswanglink on GitHub (Jul 13, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1819 Run the local server as described in the [Build and deploy](https://github.com/dbeaver/cloudbeaver/wiki/Build-and-deploy) section Execute cd webapp/ yarn lerna run dev --stream --scope=@cloudbeaver/product-default -- -- --env server=localhost:8978 to run Webpack dev server Open localhost:3100 in web browser Error reported after starting according to the above steps: Error occurred while trying to proxy: 127.0.0.1:3100/api/gql GQL Error: Error occurred while trying to proxy: 127.0.0.1:3100/api/gql How to solve it
kerem closed this issue 2026-03-07 20:50:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#527
No description provided.