console
                                
                                 console copied to clipboard
                                
                                    console copied to clipboard
                            
                            
                            
                        🐛 Bug Report: Console Shows Uploading Files Modal Even After Errors
👟 Reproduction steps
- Go to Storage
- Upload any File, give it a custom ID like index
- Upload another File, give the same ID to it index
- Error shows  up - Storage file with requested ID already exists
- Click on X at the top to cancel the file upload
This is visible -
👍 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?
- [X] I have read the Code of Conduct
Updates on this -
- Upload a file with a size of more than the allowed limit, example - 60MB file on Cloud with Starter Plan.
- The upload fails but the modal still keeps showing with Pending state.