- πΊπΈUnited States japerry KVUO
8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.
something is causing delays writing to database, after a $file->save() call that updates the file entity, the new entity is not reflected on DB immediately, making the file loaded again from the DB incorrect under certain conditions, mainly making that the incorrect image styles be flushed, because it uses an outdated file uri.
Use an static variable to store in memory the File entity, so then when it is updated, subsequents calls to getExistingFile returns the same File entity from memory, no matter if it was not reflected to DB yet
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
8.x-1.x is now EOL, which ran on the WebDam/Bynder platform.