Uploads disappear #20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Uploads disappear, seemingly after a build. This is probably because I made an error in the compose. payload uploads is a docker volume
I think when this problem happened with payload+astro it was because the uploads docker volume was being mounted in a different path inside the container to where Payload was actually storing uploaded files.
So, the fix is likely:
payload_uploads
volume to the value from step 3Yes, indeed that was the culprit!