AppFlowy-Cloud icon indicating copy to clipboard operation
AppFlowy-Cloud copied to clipboard

image cannot sync across device

Open LotuSrc opened this issue 1 year ago • 1 comments

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. image

LotuSrc avatar Dec 06 '23 02:12 LotuSrc

@LotuSrc Thank you for the feedback. This is a known issue and will be fixed in the future

speed2exe avatar Dec 08 '23 15:12 speed2exe

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 avatar Feb 16 '24 14:02 poldueta

@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 avatar Feb 19 '24 13:02 speed2exe

@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.

poldueta avatar Feb 19 '24 13:02 poldueta

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.

poldueta avatar Feb 21 '24 11:02 poldueta

maybe you can check the logs in the appflowy-cloud service while you were doing the upload @poldueta

speed2exe avatar Feb 21 '24 12:02 speed2exe

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 avatar Feb 21 '24 13:02 poldueta

@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 avatar Mar 22 '24 06:03 speed2exe

@speed2exe Thanks, I can confirm that now sync works correctly both from desktop and mobile clients.

poldueta avatar Mar 26 '24 17:03 poldueta