You have possibly seen this error message here: The /var/task/bootstrap/cache directory must be present and writable. There's an easy fix for this. You just have to set the manifest_path in your config/livewire.php file to /tmp/storage/livewire-components.php and the error will be gone. You already have additional information in the livewire config files docblock above the manifest_path setting: /* |-------------------------------------------------------------------------- | Manifest File Path |-------------------------------------------------------------------------- | | This value sets the path to the Livewire manifest file.
If you are using DynamoDB to store your caches, the Laravel Vapor path might not exist and throw another error.