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

[BUG] Randomly does not show accept/show images for catalog #390

Closed
trilloc opened this issue Nov 3, 2023 · 9 comments
Closed

[BUG] Randomly does not show accept/show images for catalog #390

trilloc opened this issue Nov 3, 2023 · 9 comments
Assignees

Comments

@trilloc
Copy link

trilloc commented Nov 3, 2023

Describe the bug
When an image is uploaded for a product, it does not sometimes show up in the listing. If an image is deleted and reselected, then it shows up .. in a random fashion.

To Reproduce
Steps to reproduce the behavior:

  1. Create new product
  2. Upload media or image in description

Expected behavior
Uploaded Image should show up in the listing / frontpage / catalog item.

@treoden
Copy link
Collaborator

treoden commented Nov 3, 2023

Hi @trilloc ,

Here is how the product image works:

When you upload an image, the original version will be saved, and then EverShop has a subscriber running at the background to take the original version, resize it and produces 3 more versions (Listing, thumbnail and single). This will help to prevent loading the original version (big) all the time.

So After you upload an image, wait for some seconds and the thumbnail will be generated for the listing

@trilloc
Copy link
Author

trilloc commented Nov 3, 2023 via email

@jsonslim
Copy link

jsonslim commented Nov 15, 2023

I have the same problem. Just started to use it, and no image is shown, only the empty placeholders.
Here is the image tag from browser <img class="self-center" alt="whatewer">` no link to the image here

@evershopcommerce
Copy link
Collaborator

Hi @SpacewormSera ,

You cloned the source from this repo or installed from npm?

@jsonslim
Copy link

Hi @SpacewormSera ,

You cloned the source from this repo or installed from npm?

Hi @evershopcommerce, I cloned it from this repo and followed the first installation steps, basically created Postgres, and npm setup + build

@treoden
Copy link
Collaborator

treoden commented Nov 16, 2023

Hi @SpacewormSera ,

When did you clone the source, We have pushed some fixes. Can you pull the latest and try again?

@treoden
Copy link
Collaborator

treoden commented Nov 16, 2023

Hi @SpacewormSera ,

Please ignore my previous comment, I am able to reproduce the issue and checking it now.

@jsonslim
Copy link

Hi treoden, thanks for fixing it, now it works! Of course I had to add the products again

@treoden
Copy link
Collaborator

treoden commented Dec 26, 2023

Fixed. Closing

@treoden treoden closed this as completed Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants