#Laravel cache

5 messages · Page 1 of 1 (latest)

dire dagger
#

My laravel deployment stopped working for no reason. Now it throws a server error as if bootstrap/cache didn't exist or have writing permissions. Of course I took this in count when writing the build command in first place. This is it: composer install --optimize-autoloader --no-dev && npm install && npm run build && mkdir -p bootstrap/cache/ && sudo chmod -R 777 bootstrap/ && php artisan optimize && php artisan cache:clear && php artisan config:clear && php artisan config:cache && php artisan route:cache && php artisan view:cache && php artisan migrate --force --seed I'm afraid railway doesn't allow you to make directories or change file/directory permissions anymore. Logs don't show much, I can paste them here if needed.

wide sorrelBOT
#

Project ID: ee395095-900a-4cd5-8159-043d9233a424

dire dagger
#

This is my projectId: ee395095-900a-4cd5-8159-043d9233a424

#

Please help, never been so lost, I already tried everything. And as users can't ssh or explore server files, I'm not able to do much more.

teal pewter
#

i have similar issue. i dont have write permission to my folders i have tried for days still stack on my project because of this issue. however i am new to server side programming. please help me out.