angular-editor
angular-editor copied to clipboard
Images do not show after uploading.
Version : 1.2.0
Based on the doc,
"Set image upload endpoint https://api.exapple.com/v1/image/upload and return response with imageUrl key. {"imageUrl" : }"
I prepared everything done and uploaded the image. My server return 200 with JSON data as the doc recommended like this,
{
imageUrl: "https://my-bucket.s3.ap-southeast-1.amazonaws.com/FAQ/en/faq_1635316681.png"
}
The url is working. But the image is not shown inside the editor. Please help. Or is there anyway to save the image as base64 ? I can't find the from the doc. Thanks.
Same case for me.
@kolkov this bug is already fix, when you can generate new realease version?
@kolkov Please release 1.3.0 with this version.
@kolkov when fix?
I really want this fix!
Also not working for me on Angular V13 and angular-editor v2.0.0
hello, for local workaround: https://github.com/kolkov/angular-editor/issues/444
Have this issue fixed yet?