spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

Spatie\Mailcoach\Jobs\ImportSubscribersJob fails with S3 disk #129

Closed arthurkirkosa closed 4 years ago

arthurkirkosa commented 4 years ago

'import_subscribers_disk' => env('MAILCOACH_UPLOAD_DISK', 'mailcoach-s3'), Using an S3 disk fails the import job

Box\Spout\Common\Exception\IOException: Could not open 11/customers.csv for reading! File does not exist. in /var/www/deliciisanatoase.ro/vendor/box/spout/src/Spout/Reader/ReaderAbstract.php:118

freekmurze commented 4 years ago

Currently, the must set to import_subscribers_disk to a disk that uses the local driver. I'll add this to the comment of the config file

arthurkirkosa commented 4 years ago

Can you update the ticket when this changes?

Or is there a way to subscribe to the change-log changes?

freekmurze commented 4 years ago

You can view the changelog here. https://mailcoach.app/roadmap

arthurkirkosa commented 4 years ago

Already doing this. Thanks