-
Notifications
You must be signed in to change notification settings - Fork 679
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
Query not returning any results in Data Output or messages #8339
Comments
Hi @bam95899, Did you get any Javascript errors (you can check in the browser's console) or anything in the pgAdmin log? |
Totally didn't think to even look in console logs. These errors show up when trying to generate a select script and then trying to execute the script and then trying to execute the query. Forbidden gives me the impression that I am missing some sort of permissions, although the user I am using has the Administrator role which I would assume would give me permission to do anything. Please let me know if this is a configuration error on my part or not Thanks!
|
@bam95899, please provide the pgAdmin logs too. |
These are the logs following the same steps above (select query -> run query -> execute query)
|
Describe the bug
PgAdmin4 version: 8.13
I try to write and run a query but no results are populated. When query runs it opens messages tab and nothing is displayed in that tab or the data output tab.
To Reproduce
Honestly I don't know and this isn't going to make the problem any easier to solve. This seems to be an infrequent ongoing issue with pgadmin4. Other comments on threads I found suggested turning off autocompletion in preferences but mine was already off as well as resetting the layout which didn't work either.
Expected behavior
I expect the query to return the results. I can use View/Edit Data -> All Rows to see that the data exists and should be returned. I can also run the query directly in postgres and the data is returned.
Error message
No discernible error message
Screenshots
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: