I am using vue2-dropzone to upload multiple photographs into AWS S3 bucket.
File upload function works fine.
On the other hand, file delete function does not work as I expected.
If I moved another page as soon as file upload function works perfectly, file delete function starts to work and delete the file that I uploaded a second ago from AWS S3 bucket.
is it normal behavior for vue2-dropzone?
If I reload the file upload page and move another page after file upload function works, the file stays in AWS S3.
・version vue@2.6.12 vue2-dropzone@3.6.0
I am using vue2-dropzone to upload multiple photographs into AWS S3 bucket. File upload function works fine. On the other hand, file delete function does not work as I expected. If I moved another page as soon as file upload function works perfectly, file delete function starts to work and delete the file that I uploaded a second ago from AWS S3 bucket.
is it normal behavior for vue2-dropzone?
If I reload the file upload page and move another page after file upload function works, the file stays in AWS S3.
Here is my component.
I would like to move another page as soon as I upload file successfully. Thank you for your cooperation.