pgadmin4
pgadmin4 copied to clipboard
(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
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.]
What about windows?