Asset Type "Background" Does Not Show Thumbnail While Logged In

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"
        }
    ]
}
4 Likes

This appears to have been fixed

Hi, any idea how you get access to uploading backgrounds?

I am unsure but I believe only Roblox can upload them at the moment, they may either become public or locked behind a pilot program like UGC animation packs.

Heya!

This will be available in the coming weeks, see:

Hope that helps

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.