I’m facing an issue since I updated to XWiki 16.3 (Docker image).
Collaborative editing is lightning fast but when I copy / paste a picture, it displays a black square and, checking the source of the page, it gives me :
The picture was uploaded (in the attachments at the bottom) and I have the same error when I switch to “not collaborative editing” (xwiki-realtime OFF in CKEditor plugins).
Hello everyone,
I have the same problem (black square when inserting images), but with XWiki version 16.6.0.
The source code also looks like antony’s: [[image:data:image/gif;base64,R0lGODlhDgAOAIAAAAAAAP///yH5BAAAAAAALAAAAAAOAA4AAAIMhI+py+0Po5y02qsKADs=]]
According to the article above, the problem should be solved with 16.3.1, but for me it isn’t. Any ideas?
Thanks a lot!
Thanks for the quick feedback.
I am trying to insert a screenshot in the editor WYSIWYG mode (created in Windows with Snipping Tool). Then a black square appears:
In source mode I see this:
[[image:data:image/gif;base64,R0lGODlhDgAOAIAAAAAAAP///yH5BAAAAAAALAAAAAAOAA4AAAIMhI+py+0Po5y02qsKADs=]]
Same problem with drag and drop. I dropped a small png file (5KB) and the result is the same. Black square and source code the same as above.
First try from above was with “Strg+V”.
No problem if I upload attachments.
I have looked at the request for the upload with the developer tools of the browser and the result actually looks good:
The returned URL for the image is also valid. When I call this up in the browser, I end up at the corresponding image.