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.
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:
1. Upload a file
2. Get a shell in the container
3. Locate the uploaded file
4. Change the [mountpoint for the `payload_uploads` volume](https://git.autonomic.zone/autonomic-cooperative/nextload/src/branch/main/docker-compose.yml#L21) to the value from step 3
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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_uploadsvolume to the value from step 3Yes, indeed that was the culprit!