php icon indicating copy to clipboard operation
php copied to clipboard

The /var/task/user/bootstrap/cache directory must be present and writable.

Open Drawilet opened this issue 1 year ago • 1 comments

Bug report

The /var/task/user/bootstrap/cache directory must be present and writable. (View: /var/task/user/resources/views/layouts/guest.blade.php) (View: /var/task/user/resources/views/layouts/guest.blade.php)

Description

I am trying to deploy on vercel but i got this error The /var/task/user/bootstrap/cache directory must be present and writable. (View: /var/task/user/resources/views/layouts/guest.blade.php) (View: /var/task/user/resources/views/layouts/guest.blade.php)

Drawilet avatar Jan 04 '24 19:01 Drawilet

Hi, you should use /tmp folder for cache and logs.

f3l1x avatar Feb 13 '24 11:02 f3l1x