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] New app's thumbnail is not loaded if image is replaced inline (without changing its URL) #925

Open
nursoda opened this issue Sep 20, 2022 · 0 comments
Labels

Comments

@nursoda
Copy link

nursoda commented Sep 20, 2022

This issue initially was opened as nextcloud/server#34151 and has been moved here. It may be related to #891 and #361.

Bug description

I have this line in my app's appinfo/info.xml:

<screenshot small-thumbnail="https://raw.githubusercontent.com/nursoda/twofactor_email/main/screenshots/select-auth_thumb.png">https://raw.githubusercontent.com/nursoda/twofactor_email/main/screenshots/challenge.png</screenshot>

I replaced that screenshot image on GitHub two weeks ago. In the app store, the new screenshots and thumbnails are displayed:

grafik
grafik

Not so in /settings/apps App's Details – there, the old image remains:

grafik

Clearing cache and reloading does not solve it.

Steps to reproduce

  1. Create a NC app, do screenshots, link them with a static URL in info.xml, publish the app in the NC app store. Install the app in a NC instance. Check that images are shown in app store and NC instance.
  2. Change screenshots and upload them to the SAME static URL. Check the app's details page in the store: new images are shown. Check in the NC instance: old image remains.

Expected behavior

The new thumbnails should be displayed in /settings/apps aswell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants