How to change permissions to write for Railway Volume
I deployed and hooked up the Railway Volume to my project, but the problem is that I don't have the rights to create folders in the volume. How to properly grant rights for Volume
21 Replies
Project ID:
f25ea110-4e6f-4592-8579-5f8c3e77e95c
Project id: f25ea110-4e6f-4592-8579-5f8c3e77e95c
what kind of app did you deploy?
It looks like you were able to get this sorted in the latest deployment?
Laravel
no
Solution
mount the volume to
/app/storage
and write files to that directorydont think thats the mount point i spoke of
/app/storage
I did the same thing on another project, but it worked...
please do these two things
I'll try
show me your volume's mount point
This?
okay so
/app/storage
exists, but the framework/sessions
folder doesn’t, you can't read/write files on a directory that doesnt existHow I can create this folder?
I know how to create folders, but where to write these commands to create them
in your code
how to do it correctly in the context of Railway
it works thank you