Constantin Graf

Results 90 comments of Constantin Graf

Could you please provide me with additional information about your file storage setup? (https://docs.solidtime.io/self-hosting/configuration#file-storage) Which driver are you using? Could you also show me where the application tries to load...

@gungun974 Thanks for your message! You are right, if you want to use the local storage provider, you need to run `php artisan storage:link`. This was part of the old...

Could you please provide the following information: - Which image tag are you using? If you are not using a version-based image tag, please try to pull the newest image...

I'm pretty sure your issue is not directly related to the issue of @thelooter. I already debugged their problem via Discord. We recently removed the health check from the docker...

@RKLBusinessDevelopment Just pushed a commit to the example repository that adds health checks to all containers. ([Commit](https://github.com/solidtime-io/self-hosting-examples/commit/b4a1a6489ac445de7a8d699557543b80b81348ad)) This should give all your containers a healthy status if they are working...

Could you provide us with additional information about your setup? Also did you do the following things before running `artisan self-host:generate-keys`: - Create the environment file (Docs: https://docs.solidtime.io/self-hosting/guides/docker#2-the-environment-files) - Correct...

> Could you provide us with additional information about your setup? > > Also did you do the following things before running `artisan self-host:generate-keys`: > > * Create the environment...

@memphisraynz Just to be safe, you also ran `chown -R 1000:1000 app-storage logs` before running `artisan self-host:generate-keys`? If yes, please pull the latest version of the example repository. I fixed...

@IHappyDayI I suspect that the folders don't have the correct file permissions and that is why even though the folders have the correct owner, Laravel cannot create subfolders (which it...

@IHappyDayI Sorry for the delayed response. Thank you for sending the `ls` outputs. The permissions of your folders are not correct (`1000` != `root`). If you follow our guide, the...