You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a project from this template every time I commit new changes and push I get the the following warnings
Include some logs
W: The mount '/app/storage/framework/views' has a path that overlaps with a non-empty folder.
The content of the non-empty folder either comes from:
- your git repository (you may have accidentally committed files).
- or from the build hook.
Please be aware that this content will not be accessible at runtime.
W: The mount '/app/storage/framework/cache' has a path that overlaps with a non-empty folder.
The content of the non-empty folder either comes from:
- your git repository (you may have accidentally committed files).
- or from the build hook.
Please be aware that this content will not be accessible at runtime.
W: The mount '/app/storage/logs' has a path that overlaps with a non-empty folder.
The content of the non-empty folder either comes from:
- your git repository (you may have accidentally committed files).
- or from the build hook.
Please be aware that this content will not be accessible at runtime.
W: The mount '/app/storage/app/public' has a path that overlaps with a non-empty folder.
The content of the non-empty folder either comes from:
- your git repository (you may have accidentally committed files).
- or from the build hook.
Please be aware that this content will not be accessible at runtime.
W: The mount '/app/bootstrap/cache' has a path that overlaps with a non-empty folder.
The content of the non-empty folder either comes from:
- your git repository (you may have accidentally committed files).
- or from the build hook.
Please be aware that this content will not be accessible at runtime.
W: The mount '/app/storage/framework/sessions' has a path that overlaps with a non-empty folder.
The content of the non-empty folder either comes from:
- your git repository (you may have accidentally committed files).
- or from the build hook.
Please be aware that this content will not be accessible at runtime.
Reproducing
Create a project from this template.
Expected behavior
No warnrings?
Your environment
Development
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Specifically, what is happening is that these locations in the repo are placeholders (which is why they contain a .gitignore), for when the mounts are attached after the build stage.
The warning is indicating that if you have content in these locations in your repo, that content will be unavailable once the mount has been attached.
Did you start your project from the platform.sh console and select laravel from the list of templates? or did you start by clicking the "Deploy on Platform.sh" button in the README? I'm trying to think of how we can more efficiently surface the relevant information to a user.
Ahh ok, well I initially added the config from this demo app into my own and assumed I had potentially made a mistake. So I tested with a blank laravel project in the Platform.sh UI.
I guess the warning message is fine in the deployment now I understand that it's ok to have the warning.
Describe the bug
When I create a project from this template every time I commit new changes and push I get the the following warnings
Include some logs
Reproducing
Create a project from this template.
Expected behavior
No warnrings?
Your environment
Development
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: