Hello guys,
I'm facing a strange issue with active storage. I had an app using active storage locally on production. I'm now moving this data to a S3 compatible storage on contabo. I copy paste the content of my local storage in s3 bucket but it's not working. Image are not found.
Any idea?
Thanks in advance.
Whatever you have set for the name in the storage.yml will be what you need to set for the service_name. You can bulk update this with something like
I tried that. Not still working. The images are still broken.