Similar to ActiveStorage::FileNotFoundError but the file actually exists but using a database backend.
The underlying data appears to be still present in active_storage_blobs
table. However, Rails just throws a ActiveStorage::FileNotFoundError
. Is there something that can cause Active Storage data to become expired?