Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
1.2.0
-
None
-
-
Empty show more show less
-
Cloud Service 3, Cloud Service 4
-
3
Description
Preconditions
We are using the Fastly renderer.
Steps to reproduce
- Open the asset app
- Edit an existing image, changing the image
- After successfully updating the asset, in the asset list the image still shows the previous image
AC
- When the asset is edited, the new image is displayed in the asset list.
Development notes
The image is cached in Fastly and so the same image is served.
There are a couple of possible alternatives for solving the issue:
- Use the purging API -> https://developer.fastly.com/reference/api/purging/
- Append lastModified in the query string
Checklists
Acceptance criteria