Images not visible after docker-compose down && docker-compose up
I have deployed twenty using docker on an ec2 instance with storage configured in S3.
When I upload images in Files, I can see them when I log out and log back in. I can even see them in the S3 bucket.
However, when I make local changes and want to update my deployed version, I build the docker image, update docker-compose yml file & then I do docker-compose down && docker-compose up.
I usually get sync error so I run docker exec -it twenty-server yarn command:prod workspace:sync-metadata
When I log back in, I only see the image icon instead of the image .
Has anyone ever faced this? I'd appreciate any help!
When I upload images in Files, I can see them when I log out and log back in. I can even see them in the S3 bucket.
However, when I make local changes and want to update my deployed version, I build the docker image, update docker-compose yml file & then I do docker-compose down && docker-compose up.
I usually get sync error so I run docker exec -it twenty-server yarn command:prod workspace:sync-metadata
When I log back in, I only see the image icon instead of the image .
Has anyone ever faced this? I'd appreciate any help!
