AppFlowy-Cloud
AppFlowy-Cloud copied to clipboard
image cannot sync across device
I wrote a simple markdown with some words and an image. And on another laptop, appflowy can only display the text correctly. The image cannot be displayed.
@LotuSrc Thank you for the feedback. This is a known issue and will be fixed in the future
Faced with the same issue. Also realised that images which were pasted from clipboard are not synced. But if image inserted via /image
command or via +
menu interface it will be synced correctly.
@poldueta @LotuSrc with the latest version of appflowy cloud and the app, this should be fixed. if you still face this issue, do let me know the steps to reproduce
@speed2exe
Checked just now - still the same behaviour.
Default docker compose with the appflowyinc/appflowy_cloud:latest
image
Login via Google to the desktop app v0.4.8 (macOS), it mostly fails to login (looks like something is broken here), but if it finally will, then create empty page and paste screenshot from clipboard.
Let's check minio storage - there is no new file was uploaded.
Then trying to add another image after that screenshot, now via /image
command.
Check minio storage again - one new image was uploaded.
Login problems were fixed in 0.4.9
Unfortunately, uploading to S3 for images which were pasted to document from clipboard still doesn't work. No new objects appears in S3 storage.
Adding images via /image
command works correctly, uploading works.
maybe you can check the logs in the appflowy-cloud service while you were doing the upload @poldueta
Checked and there is nothing to see in the appflowy-cloud service logs. Literally.
When I tried to add images via /image
command and works correctly, uploading works and logs displayed request which comes to backend.
When I paste image to document from clipboard - nothing to see on a backend part. Because client app doesn't do an upload.
Looks like it's a client related issue, both mobile and desktop.
@poldueta I just did a test pasting image from clipboard and it did sync across devices. There was some enhancement to this part. Maybe you can again try using the latest version
@speed2exe Thanks, I can confirm that now sync works correctly both from desktop and mobile clients.