Skip to content
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

[Bug]: infinit request in filemanagement #6122

Open
2 tasks done
amirhz opened this issue Aug 31, 2024 · 0 comments
Open
2 tasks done

[Bug]: infinit request in filemanagement #6122

amirhz opened this issue Aug 31, 2024 · 0 comments

Comments

@amirhz
Copy link

amirhz commented Aug 31, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

When i upload a file and then refresh the page and then delete it by File-Management the API call goes into an infinite loop.

Steps to reproduce?

in File-Management:

  1. upload a file
  2. refresh page via F5 or reload page
  3. delete a file
  4. infinite loop call http://localhost/API/ResourceManager/Items/GetFolderContent?folderId=36&startIndex=0&numItems=50&sorting=ItemName
    FileManagement_Bug_Delete_Action

Current Behavior

No response

Expected Behavior

call http://localhost:70/API/ResourceManager/Items/GetFolderContent?folderId=36&startIndex=0&numItems=50&sorting=ItemName once not many times

Relevant log output

No response

Anything else?

No response

Affected Versions

9.13.3 (latest release)

What browsers are you seeing the problem on?

Firefox, Chrome

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant