[GH-ISSUE #294] Connection structure not visible on login when using folders #77

Closed
opened 2026-03-07 20:44:31 +03:00 by kerem · 4 comments
Owner

Originally created by @martins-072 on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/294

Describe the bug
When connection is placed under folder, database folder structure is not displayed on connect.

To Reproduce
Steps to reproduce the behavior:

  1. Create connection such as:
    { "folders": { "Folder": {} }, "connections": { "oracle_thin-<hash>": { "provider": "oracle", "driver": "oracle_thin", "name": "test", "save-password": true, "show-system-objects": true, "read-only": false, "folder": "Folder", "configuration": { "host": "<IP>", "port": "<port>", "database": "<service>", "url": "jdbc:oracle:thin:@//<IP>:<port>/<service>", "type": "dev", "provider-properties": { "@dbeaver-sid-service@": "SERVICE" }, "auth-model": "oracle_native", "handlers": {} } } }, "connection-types": { "dev": { "name": "Development", "color": "255,255,255", "description": "Regular development database", "auto-commit": true, "confirm-execute": false, "confirm-data-change": false } } }
  2. Click on connection in order to connect to database
  3. Database is connected, connection tree structure is not displayed. Click on connection again - nothing is happening.
  4. Refresh page
  5. Try to expand connection - it is working

Screenshots
On login:
image
After refresh:
image

Desktop (please complete the following information):

  • OS: Windows Desktop, container running on CentOS 7.5
  • Browser: chrome, edge
  • container version is latest
Originally created by @martins-072 on GitHub (Feb 21, 2021). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/294 **Describe the bug** When connection is placed under folder, database folder structure is not displayed on connect. **To Reproduce** Steps to reproduce the behavior: 1. Create connection such as: `{ "folders": { "Folder": {} }, "connections": { "oracle_thin-<hash>": { "provider": "oracle", "driver": "oracle_thin", "name": "test", "save-password": true, "show-system-objects": true, "read-only": false, "folder": "Folder", "configuration": { "host": "<IP>", "port": "<port>", "database": "<service>", "url": "jdbc:oracle:thin:@//<IP>:<port>/<service>", "type": "dev", "provider-properties": { "@dbeaver-sid-service@": "SERVICE" }, "auth-model": "oracle_native", "handlers": {} } } }, "connection-types": { "dev": { "name": "Development", "color": "255,255,255", "description": "Regular development database", "auto-commit": true, "confirm-execute": false, "confirm-data-change": false } } }` 2. Click on connection in order to connect to database 3. Database is connected, connection tree structure is not displayed. Click on connection again - nothing is happening. 4. Refresh page 5. Try to expand connection - it is working **Screenshots** On login: ![image](https://user-images.githubusercontent.com/79421708/108638015-78278a00-748d-11eb-9c3e-2e1c2a4846f1.png) After refresh: ![image](https://user-images.githubusercontent.com/79421708/108638033-8ecde100-748d-11eb-9552-72882bd409ef.png) **Desktop (please complete the following information):** - OS: Windows Desktop, container running on CentOS 7.5 - Browser: chrome, edge - container version is latest
kerem 2026-03-07 20:44:31 +03:00
Author
Owner

@serge-rider commented on GitHub (Feb 25, 2021):

Thank you for the bug report

<!-- gh-comment-id:786123723 --> @serge-rider commented on GitHub (Feb 25, 2021): Thank you for the bug report
Author
Owner

@kseniiaguzeeva commented on GitHub (Apr 16, 2021):

I cannot reproduce it for now. Could you please try the latest release version?

<!-- gh-comment-id:821131621 --> @kseniiaguzeeva commented on GitHub (Apr 16, 2021): I cannot reproduce it for now. Could you please try the latest release version?
Author
Owner

@martins-072 commented on GitHub (Apr 20, 2021):

It seems to be fixed in latest version. thanks.

<!-- gh-comment-id:823364735 --> @martins-072 commented on GitHub (Apr 20, 2021): It seems to be fixed in latest version. thanks.
Author
Owner

@kseniiaguzeeva commented on GitHub (Apr 20, 2021):

Nice to hear!

<!-- gh-comment-id:823371586 --> @kseniiaguzeeva commented on GitHub (Apr 20, 2021): Nice to hear!
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#77
No description provided.