Hi i made a little gallery to store photos after they are chosen and it displays them in a table. this works fine and it uses tiny db and on page load it loads in all the images called image1 and does this for 16 images. but i have noticed a strange behaviour. It has started forgetting images.only 2 but it seems to just forget them. if i add them back in it then looses a different 2 next time the app is loaded. the images are stored in app invetors own folder so i cant go there and see if the image has been deleted or if tinyDB is being forgetful.
is there a way to put the images into a names folder folder in say "Pictures" this way i could keep an eye on if the image is being deleted or if tinydb is forgetting stuff?
has anyone had the same issue?