angular-editor icon indicating copy to clipboard operation
angular-editor copied to clipboard

Chrome cancels my image upload

Open mpduffey opened this issue 3 years ago • 1 comments

I have upgraded the great @kolkov/angular-editor to v2.0 and am using it in an Angular 14 app. I have an express API to receive the image upload, save it to an S3 bucket, and return the image location URL as {imageUrl: http//...}. This all almost worked with v1.2 and Angular 13.1, but the element would not append to the rich text, so I upgraded all around. Now, whenever I attempt to add an image to my file, Chrome cancels the http post request within 10ms, and the server never receives the request. I have searched exhaustively for another posting discussing and resolving this issue to no avail. Can you help identify the issue and a solution? Thank you! Screenshot 2022-06-07 142343

mpduffey avatar Jun 07 '22 18:06 mpduffey

Thanks for the issue. Try to create minimal repo to reproduce this.

kolkov avatar Jun 08 '22 10:06 kolkov