Hello,I am using galaxy to host my app. However,I have this code
Images = new FS.Collection(“images”, {
stores: [new FS.Store.FileSystem(“images”, {path: “~/uploads”})]
});
Whenever.I upload an image,I get access denied to uploads directory. Is there an alternative location that is not write protected on galaxy?