Skip to content
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

WARN unable to get instance ID; storage clean stamps will be incomplete, how to solve it? #810

Closed
fdjrr opened this issue Jan 13, 2024 · 6 comments

Comments

@fdjrr
Copy link

fdjrr commented Jan 13, 2024

Octane Version

2.2.7

Laravel Version

10.40.0

PHP Version

8.3.1

What server type are you using?

FrankenPHP

Server Version

1.0.3

Database Driver & Version

No response

Description

I tried to install Laravel Octane from watching videos on the Laravel channel. Then I tried it on WSL2 but I got the error message "WARN unable to get instance ID; storage clean stamps will be incomplete". How to solve it?

Steps To Reproduce

$ laravel new laravel
$ cd laravel
$ composer require laravel/octane
$ php artisan octane:install
$ php artisan octane:start
@gazzoy
Copy link
Contributor

gazzoy commented Jan 13, 2024

I don't think Octane has octane:serve option. Have you checked the docs?
https://laravel.com/docs/10.x/octane

@fdjrr
Copy link
Author

fdjrr commented Jan 13, 2024

I don't think Octane has octane:serve option. Have you checked the docs? https://laravel.com/docs/10.x/octane

Sorry i mean, octane:start

@driesvints
Copy link
Member

Hey there,

Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.

Thanks!

@asanikovich
Copy link

asanikovich commented Feb 16, 2024

The problem is related that caddy need writable access to next paths in your $HOME directory:

.config/caddy
.local

@fdjrr
Copy link
Author

fdjrr commented Feb 16, 2024

The problem is related that caddy need writable access to next paths in your user root:

.config/caddy
.local

Thanks for the answer @asanikovich , where is the folder you mentioned? in the laravel project or in $HOME?

@asanikovich
Copy link

@fdjrr $HOME directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants