console icon indicating copy to clipboard operation
console copied to clipboard

🐛 Bug Report: Console Shows Uploading Files Modal Even After Errors

Open ItzNotABug opened this issue 1 year ago • 1 comments

👟 Reproduction steps

  1. Go to Storage
  2. Upload any File, give it a custom ID like index
  3. Upload another File, give the same ID to it index
  4. Error shows up - Storage file with requested ID already exists
  5. Click on X at the top to cancel the file upload

This is visible -

File Upload Modal

👍 Expected behavior

Modal should not be shown as the upload was cancelled.

👎 Actual Behavior

Modal is shown even after the upload was cancelled.

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

ItzNotABug avatar Mar 02 '24 08:03 ItzNotABug

Updates on this -


  1. Upload a file with a size of more than the allowed limit, example - 60MB file on Cloud with Starter Plan.
  2. The upload fails but the modal still keeps showing with Pending state.

ItzNotABug avatar Apr 07 '24 08:04 ItzNotABug