pgadmin4 icon indicating copy to clipboard operation
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

Open FaharAbbasRizvi opened this issue 2 years ago • 1 comments

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:

  1. Install wheel package on MAC OS X
  2. Launch pgadmin4 on Safari browsers
  3. Connect any server
  4. open the query tool window
  5. Execute select pg_sleep(62);
  6. complete this query and see the results after 1 minute and 2 seconds
  7. now again execute select pg_sleep(62);
  8. and Stop the query within 2 to 3 seconds
  9. Now Again execute select pg_sleep(62);
  10. within 2 to 3 seconds, try to disconnect the server
  11. the pop-up message is displayed(Keep pop-up as it is)
  12. Now start the server through connect server
  13. Now Again execute select pg_sleep(62);
  14. And disconnect from the server
  15. Not Found error message is displayed

Screenshots

Screen Shot 2023-07-10 at 3 15 38 PM

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.]

FaharAbbasRizvi avatar Jul 10 '23 10:07 FaharAbbasRizvi

What about windows?

oguzkirman avatar Jul 10 '23 12:07 oguzkirman