-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
When attempting to establish a database connection that fails, the connection details are still being added to the existing connections list despite the connection failure.
To Reproduce
Steps to reproduce the behavior:
- Go to connection setup/configuration
- Enter invalid connection details (wrong host, credentials, etc.)
- Attempt to connect to the database
- Observe connection failure/error message
- Check existing connections list
- See that the failed connection details are still listed
Expected behavior
Failed connections should not be added to the existing connections list. Only successful connections should appear in the connections list. We can have a failed connections section since 'Edit Connection' functionality is already in development.
Additional context
This creates confusion for users as they may see non-functional connections in their list and attempt to use them repeatedly. It also clutters the connections interface with invalid entries.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers