Assets container duplicating #7675
Unanswered
simplyphp-trevor
asked this question in
Q&A
Replies: 2 comments 8 replies
-
What does your |
Beta Was this translation helpful? Give feedback.
0 replies
-
`<?php return [
]; |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this odd issue where my asset containers are nesting and duplicating themselves within themselves.
This happens everytime an image is edited, that image is duplicated, and saved in a deep nesting of paths.
For example:
Image located at containers/s3_bucket/image.jpg is edited (alt tag).
Upon saving that image, it is duplicated to containers/s3_bucket/containers/s3_bucket/image.jpg
This will happen infinitely ex containers/s3_buckets/containers/s3_bucket/containers/s3_bucket and so on.
Seems like it is having an issue finding where the actual root of the container is.
Beta Was this translation helpful? Give feedback.
All reactions