I have small PNG images saved in a table as a BLOB.
I have a Read Query setup in FF and references the image column as an ImagePath.
I have an image placed on the home screen and have the query setup to reference the image column from the query I made.
With all these steps in place, the image is not showing and I get an error:
type '_UnmodifiableUint8ArrayView' is not a subtype of type 'String?' in type cast
I know the database is running correcly, because I also have category names, which are showing.