Image Viewer/Dynamic Image does not refresh

1
Hi guys, so I have a basic app which includes adding an image to an entity while creating another entity that is bound to it. Everything works fine except for when I try to change an image, the image viewer does not change and it still shows the old image. This sometimes works but most of the time it does not refresh the dynamic image. I can see the new image on the MyImage Edit Page, but not on the other pages. Example below: I already tried debugging and the new image is definitely associated with the entity, so I don’t know why the old image still shows. Any ideas how to fix this?
asked
2 answers
0

After changing the image, try refresh in client for the parent entity that is on the page.

answered
0

Update: I solved my case by simple adding an delete button, but the problem still remains if I tried to change the picture before deleting the old one

answered