I have created a volume in my app but I do not think anything is being save to it if I upload a photo it is there for about five minutes then it is deleted. The volume that was created has attached to the machine and says that I have used 178 mb when I try to upload more files the storage amount stays at 178 mb. Also when i run
/home/vboxuser/.fly/bin/fly ssh console
i dont see anything which makes me wonder what the 178mbs are shouldn’t this show the contents of the volume?
I have this in my fly.toml file
[mounts]
source=“myapp_data”
destination=“/uploads”
and when I run my api locally the files that i upload are saved to the /uploads directory which in the route of my project.