-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to check existence for: lasso/global/history.json #69
Comments
Any workaround? |
Hi, thanks for the message - apologies for the late reply - I will take a look likely Sunday for you. |
@ahaneef29 I'd like to help you with this, Unfortunately I am not able to get digital ocean spaces. If you'd like to get me one test credentials or we could chat about this, shoot me an email. |
@Sammyjo20 - hey Sam, i've just hit this issue with Lasso + S3, i was able to work around it by manually creating the ** UPDATE 3 ** Tested all the way back to Also confirmed still happens without UPDATE 2 Looks like it's an issue with Flysystem: thephpleague/flysystem-aws-s3-v3@ea10034 UPDATE 1 I can then confirm this in Transmit: Running Now i know i can manually fix this by creatinga JSON file manually, so I do it in tinkerwell, note the empty JSON body:
Checking both Transmit and S3 console now shows history.json:
Versions:
|
Hey @danmatthews, Can you test this PR on your app, where thanks |
Hey @danmatthews sorry for the delay on this issue! Are you still having this problem? |
Hi,
Laravel Version ........................................................................................................................... 9.39.0
PHP Version ................................................................................................................................ 8.1.5
Composer Version ........................................................................................................................... 2.2.8
Environment ................................................................................................................................ local
I'm using Digital Ocean Space for uploading & Downloading compiled assets using Lasso.
php artisan lasso:publish command working without any error. But when using lasso:pull on deployment script, it's throwing an error.
php artisan lasso:pull
🏁 Preparing to download assets from "digitalocean" filesystem.
⏳ Reading Bundle meta file...
⏳ Downloading bundle...
✅ Successfully downloaded bundle.
⏳ Creating backup...
✅ Backed up.
⏳ Updating assets...
League\Flysystem\UnableToCheckDirectoryExistence
Unable to check existence for: lasso/global/history.json
at vendor/league/flysystem/src/UnableToCheckExistence.php:19
15▕ }
16▕
17▕ public static function forLocation(string $path, Throwable $exception = null): static
18▕ {
➜ 19▕ return new static("Unable to check existence for: {$path}", 0, $exception);
20▕ }
21▕
22▕ public function operation(): string
23▕ {
42 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
The text was updated successfully, but these errors were encountered: