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
#6,549 1 comment 0 reactions 1 assignee View on GitHub

@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:

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.