Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Caching Issue When Re-creating Bookmarks #833

Closed
DesarrolloAntonio opened this issue Feb 2, 2024 · 2 comments
Closed

Image Caching Issue When Re-creating Bookmarks #833

DesarrolloAntonio opened this issue Feb 2, 2024 · 2 comments
Labels
type:bug Something isn't working

Comments

@DesarrolloAntonio
Copy link

Description

I've encountered a problem regarding image caching within the Shiori bookmark management app. Whenever I create a bookmark, delete it, and then create another one, the image from the first bookmark persists and is incorrectly associated with the new bookmark.

Steps to Reproduce

  1. Create a bookmark with a specific image.
  2. Delete the bookmark created in step 1.
  3. Create a new bookmark.

Expected Behavior

The new bookmark should not retain or display the image from the previously deleted bookmark. Instead, it should either have no image or display a new image if one is specified during the creation of the new bookmark.

Actual Behavior

The image from the first bookmark is displayed for the new bookmark, indicating an issue with how images are cached and reused after a bookmark is deleted.

  • Create the numerb 4 bookmark
    image

  • Remove the bookmark an create another
    image

@DesarrolloAntonio DesarrolloAntonio added the type:bug Something isn't working label Feb 2, 2024
@DesarrolloAntonio DesarrolloAntonio changed the title One line description of the bug Image Caching Issue When Re-creating Bookmarks Feb 2, 2024
@Monirzadeh
Copy link
Collaborator

Hi.
Version 1.5.5 on web app too right?
As I remember we fix that in 1.6 but I can't find that where exactly.
Can you please test that in version 1.6 and see if it happen there too or not

@Monirzadeh Monirzadeh reopened this Feb 2, 2024
@fmartingr
Copy link
Member

I think this was solved in #775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants