Can't upload files after first upload failed #1155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am using Angular 9, when I failed to upload the first file and then try to upload second file, the second file will never be uploaded, the log shows the second file is isReady: true
I think I have solved it, I need to remove throw new error in the onError function