Open
Description
hi. we've noticed that if our endpoint that makes presigned url returns error (500 or 502), vue2Dropzone plugin crashes with exception
vue2Dropzone.js?2af3:185 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys ()
at Dropzone.eval (vue2Dropzone.js?2af3:185)
steps to reproduce:
- raise an error in "signingURL" endpoint
- try to upload a file to AWS S3
actual behavior: unhandled JS exception
expected behavior: event vdropzone-error OR vdropzone-s3-upload-error emitted
thanks