-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening query tool without selecting a database object after establishing a connection causes a crash #8281
Labels
Comments
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 8, 2025
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 8, 2025
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 13, 2025
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 13, 2025
yogeshmahajan-1903
added a commit
to yogeshmahajan-1903/pgadmin4
that referenced
this issue
Jan 13, 2025
Hi @WeiJie-JL, I need some details here. Go to the Developer Tool (View > Toggle Developer Tool). Check the Network tab and provide the request and response details of the save_tree_state API call. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Content:
Description:
After establishing a connection, if no database object (such as tables, views, etc.) is selected, opening the query tool directly causes the application to crash.
Steps to Reproduce:
1、In the previous connection, select a database or table object.
2、Collapse the list to the service group level.
3、Recreate the connection without selecting any object. At this point, the query tool is clickable.
4、Click the query tool, and the page crashes.
Expected Behavior:
The query tool should open normally even if no database object is selected.
Actual Behavior:
The application crashes.
Environment:
Operating System: macos 15.2
Database Version:14
Application Version:8.14
Additional Information:Screen recording
2024-12-19.09.24.08-1.mov
The text was updated successfully, but these errors were encountered: