Dheeraj
How to work with volume?
i added the changes for mouting, and added the changes in code for that env
old: file.mv(
./public/uploads/${fileName}
)
new: file.mv(${process.env.RAILWAY_VOLUME_MOUNT_PATH}/${fileName}
)
but its not working, now the file itself is not showing when uploaded
Sorry to ask such basic questions but I am new to this32 replies