If you are authenticated, the thumbnail for backgrounds do not show. However, they do show if you are not logged in.
I believe this happens because while authenticated, the batch thumbnail API returns a raw file url with content-type “application/octet-stream” instead of “image/png”. The browser does not know that the content is an image causing it to fail. Additionally, the API response while logged in lacks “imageUrl” which may also be why it does not show currently.
Visual Aids:
While logged in
While logged out
Links:
API Responses:
Authenticated
[
{
"locations": [
{
"assetFormat": "source",
"location": "https://fts.rbxcdn.com/sc1/65ad6fa4a7012fe1805d91f6ba93061e?encoding=zstd&version=1&__token__=exp=1784744702~acl=/sc1/65ad6fa4a7012fe1805d91f6ba93061e*~hmac=b2d7d199dba36bdc77cd5d52b286dd756081c78581b62ab89974e76ec73fa065&Expires=1784744702&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9mdHMucmJ4Y2RuLmNvbS9zYzEvNjVhZDZmYTRhNzAxMmZlMTgwNWQ5MWY2YmE5MzA2MWUqIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzg0NzQ0NzAyfX19XX0_&Signature=MEUCIQC3XYCmBaiRmIssSAdGm9NU078b0R7k0I2j9wk3P3j2LAIgGfS0xAHmMTotogOHEt7mUyqyf5wArZzBFsRikUwIrEk_&Key-Pair-Id=K2DO5B9V931ZXZ&hdnts=Expires=1784744702~PathGlobs=/sc1/65ad6fa4a7012fe1805d91f6ba93061e*~hmac=53c2c09c7e284ee36b89f771f86e023910f8afa6775d9b31224eb4a3d54e0a2e",
"assetMetadatas": [
{
"metadataType": 1,
"value": "874"
}
]
}
],
"requestId": "121199209890990:1::::::::::::::::",
"isArchived": false,
"assetTypeId": 92,
"isRecordable": true
}
]
Unauthenticated:
{
"data": [
{
"requestId": "121199209890990::Asset:420x420:webp:regular:::false",
"errorCode": 0,
"errorMessage": "",
"targetId": 121199209890990,
"state": "Completed",
"imageUrl": "https://tr.rbxcdn.com/180DAY-5cb3e0ccc1c0b2937f92cb405e51ea95/420/420/AvatarBackground/Webp/noFilter",
"version": "TN3.5"
}
]
}


