[Solved] Volume seems to be empty in Rust project
wichops
HOBBYOP
2 years ago
I created a Rust project with Rocket framework. I mounted a volume to test storing small images that I need.
When mounting the volume in FileBrowser template or nodeJS the files are there.
When I unmount the volume from my Rust project it does not compile since the path does not exists. When it's mounted in a different path it does not compile either. However when I put it in the right path it compiles normally but files seems to not be created and when I try to access them files do not exist.
1 Replies
wichops
HOBBYOP
2 years ago
OMG I was using my production URL and deploying only to my staging environment.
I feel so silly for this
Status changed to Solved brody • over 1 year ago

