The /app/bootstrap/cache directory must be present and writable.
fbrizuela
HOBBY
a year ago
I'm using Laravel 9 and when I access the URL (https://laraecommerce-production.up.railway.app/)ofof) my page on Railway, it tells me that /app/bootstrap/cache must be present and writable. How do I do this? I tried using the 'railway run' command with the 'chmod' command, but I didn't get any results.
1 Replies
ezra
HOBBY
a year ago
I am facing the same issue while I try to upload a file to the server. I try to run chmod to give write permissions to the directory with 'railway run' by utilizing railway cli, but there is no change. Would appreciate any help.