console
console copied to clipboard
🐛 Bug Report: Page Freezes On A Big File Upload
👟 Reproduction steps
- Go to Storage > Bucket
- Go to File Uploader & Select a big file, Example File.
- Click Create > The button disables to start the upload and then re-enables.
The problem regarding big files is that the upload is started but the upload screen stays with the Create button now active again which makes a user click on it again which can either -
- Throw an error -
A file with the same ID exists
if a custom ID was provided or - Re-upload the same file again which would probably go in circles at this point
👍 Expected behavior
The upload page / screen should be dismissed after clicking on Create.
👎 Actual Behavior
The page isn't dismissed which can cause multiple uploads of the same file.
🎲 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?
- [X] I have read the Code of Conduct