Hi all,
I have seen a lot of posts about Dataverse images, but so far none that have solved my mystery (bug?). I have a canvas app which saves a photo to an image column in a Dataverse table. The user is able to launch the image to see it in full size in the browser. What I am seeing is that sometimes the image opens in full size and sometimes only in 144x144 (I know this is the size Dataverse saves images by default).
Here are a few examples of strange cases :
1) Earlier in the week I uploaded an image to the app, 2 users saw the image in full size (the tab on the browser even said 3024 x 4032) and one user saw the image in 144x144. Today when we use the same link which is labelled "download.aspx (3024x4032) (dynamics.com)" from a few days ago, everyone sees the image in 144x144.
2) Two images uploaded yesterday in the same way using the phone camera, one opens in full size, one opens in 144x144.
Here are some of the things I have checked :
- Image column setting "Store full size image" is set to true
- Url contains "&Full=true"
- All code in the app uses "full"
- No difference between uploading an image on the computer or through the phone camera, both show unpredictable results
- No difference between being connected to wifi or using the phone network
Does anyone have any ideas as to what is going on and how to fix it ?
Thanks