Some Icons disappeared

This started last night. I haven’t changed anything related to the icons. All icons, the ones missing and the ones that show, are ones found on AppSheet servers. When I follow the url from the data source, they appear, just not in the app.

2X_4_485b042040444934bc12499a1c255edc8e1df08e.png

Any clue as to why they aren’t showing? Thanks

Solved Solved
0 7 1,031
1 ACCEPTED SOLUTION

Take a look at the screenshot of the spreadsheet in the first post. Notice that some of those image rows start with https://www.appsheet.com/remote/ with an encoded URL coming after that.

The purpose of /remote is to resize images. So if someone adds an image to their app with a full URL to an external location, we will send that image through the resizer so that the app loads faster. That behavior happens automatically within AppSheet. In this case though the URL already has remote in it so the image is actually being passed through remote twice which I guess could cause a problem.

The reason that there have been problems with this recently is that previously we couldn’t handle https links in the remote resizer. Now we can so there was a change a few days ago that caused more links that previously would not have gone through the resizer to start using it.

View solution in original post

7 REPLIES 7

Maybe its related to this setting, try to turn it OFF.

Heru,

I did have that ON but it’s weird that it only affected some of the icons.

The only ones that DISAPPEARED were with the size in the URL like this:
2X_c_ca334ea9570f0ced84feca5ad0c7d59888736ff5.png

This url works: https://www.appsheet.com/content/img/appicons/education-training.png

So it is working since I changed all the URLs to the short version but the other version had worked perfectly until last night. Did something change with AppSheet? I did see this morning that I now have the ability to choose a custom theme color so maybe it is related to that roll out?

For manual constructed URL it relates to this issue below, for URL that was obtained by uploading an image to AppSheet it will work like what you’ve said. Detail is here:

This doesn’t look to me like it’s related to gettablefileurl or the security setting for signing image and file URLs at all since the URLs in question don’t go to gettablefileurl. I think this might have to do with a recent change made to the /remote endpoint. @Adam do you know why this might be happening?

What does “/remote endpoint” mean?

Take a look at the screenshot of the spreadsheet in the first post. Notice that some of those image rows start with https://www.appsheet.com/remote/ with an encoded URL coming after that.

The purpose of /remote is to resize images. So if someone adds an image to their app with a full URL to an external location, we will send that image through the resizer so that the app loads faster. That behavior happens automatically within AppSheet. In this case though the URL already has remote in it so the image is actually being passed through remote twice which I guess could cause a problem.

The reason that there have been problems with this recently is that previously we couldn’t handle https links in the remote resizer. Now we can so there was a change a few days ago that caused more links that previously would not have gone through the resizer to start using it.

Thanks for the explanation.

Top Labels in this Space