Hi Team,
We have updated our account from Legacy ingest profile to Dynamic Profile then after thumbnail image update is not working. We have gone throw and found brightcove Json got changed.
Previous structure
images":{
"thumbnail":{
"asset_id":"3769599410001",
"remote":false,
"src":"http://f1.media.brightcove.com/8/1875383782/1875383782_3769599410001_FX3...",
"sources":[
{
"src":"http://f1.media.brightcove.com/8/1875383782/1875383782_3769599410001_FX3...",
"height":null,
"width":null
},
{
"src":"https://f1.media.brightcove.com/8/1875383782/1875383782_3769599410001_FX...",
"height":null,
"width":null
}
]
},
Now structure :
images":{
"thumbnail":{
"src":"https://cf-images.us-east-1.prod.boltdns.net/v1/static/1694399810001/544...",
"sources":[
{
"src":"https://cf-images.us-east-1.prod.boltdns.net/v1/static/1694399810001/544...",
"height":90,
"width":160
}
]
}
},
In Previous JSON for all images, it has different name but new dynamic profile all images has same name "image.jpg" because of that Drupal is Overriding images and it shows same image for all images.
Closed: outdated
6.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.