Closed Luftwaft closed 5 days ago
Are the images still broken after a page refresh?
yes,tried refreshing and clearing cookies,and switch to other browser,it just didnt work
Couple questions:
F12
are there any errors showinginspect
, can you copy the image url and paste it in a new tab and remove the ?thumbnail=true
to see if it loads1、after f12,there're two in concle like the image below,but no network error 2、image are stored in db 3、it loads by full size 4、reupload one of the images,it works well on web.here the container log :
2024/11/20 02:25:08 INFO OK method=/memos.api.v1.MemoService/ListMemos
2024/11/20 02:24:54 INFO OK method=/memos.api.v1.ResourceService/GetResourceBinary
2024/11/20 02:24:46 INFO OK method=/memos.api.v1.ResourceService/CreateResource
2024/11/20 02:24:34 INFO OK method=/memos.api.v1.MemoService/ListMemos
2024/11/20 02:24:34 INFO OK method=/memos.api.v1.ResourceService/GetResourceBinary
2024/11/20 02:24:34 INFO OK method=/memos.api.v1.UserService/GetUserSetting
2024/11/20 02:24:34 INFO OK method=/memos.api.v1.WorkspaceSettingService/GetWorkspaceSetting
2024/11/20 02:24:07 INFO OK method=/memos.api.v1.InboxService/ListInboxes
2024/11/20 02:24:07 INFO OK method=/memos.api.v1.MemoService/ListMemos
2024/11/20 02:24:33 INFO OK method=/memos.api.v1.WorkspaceService/GetWorkspaceProfile
2024/11/20 02:24:34 INFO OK method=/memos.api.v1.AuthService/GetAuthStatus```
It looks like something went wrong while creating the thumbnails. You can delete the thumbnails from the .thumbnail_cache
folder that is located in the folder you specified while creating your docker container. The thumbnail will then get regenerated when you view the image again.
The thumbnail name aligns with the original image id
e.g.
A image with the path /file/resources/4/image.png?thumbnail=true
will have a matching thumbnail named 4.png
yes,it works,thanks
Describe the bug
Version: v0.23.0 some of the pictures thumbnail dont show correctly
Steps to reproduce
no steps
The version of Memos you're using.
Version: v0.23.0
Screenshots or additional context
No response