pgadmin-org / pgadmin-org/pgadmin4
(Wheel package)Not Found error is displayed if the user executes the query, stops it then disconnects from the server, connects the server and again disconnects from the server
Open
@anilsahoo20 is already working on this.
Since May 3, 2024.
Bug
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 891
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 8
Description
Not Found error is displayed if the user executes the query, stops it, disconnects from the server, connects server and again disconnects from the server
To Reproduce
Steps to reproduce the behavior:
- Install wheel package on MAC OS X
- Launch pgadmin4 on Safari browsers
- Connect any server
- open the query tool window
- Execute select pg_sleep(62);
- complete this query and see the results after 1 minute and 2 seconds
- now again execute select pg_sleep(62);
- and Stop the query within 2 to 3 seconds
- Now Again execute select pg_sleep(62);
- within 2 to 3 seconds, try to disconnect the server
- the pop-up message is displayed(Keep pop-up as it is)
- Now start the server through connect server
- Now Again execute select pg_sleep(62);
- And disconnect from the server
- Not Found error message is displayed
Screenshots
Desktop (please complete the following information):
- OS: [e.g. Mac OSX Monterey]
- Version: [e.g. 7.4(Post Release]
- Mode: [Server]
- Browser (if running in server mode): [safari]
- Package type: [pip Wheel package.]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.