Closed encausticcello closed 10 months ago
This was due to an issue with the objectstore config. For the S3 endpoint, I just used the default value and assumed that would work. I had to add https:// to this value, and also append the bucket name. So the value that worked for S3 endpoint was actually in the format https://s3.aws_region.amazonaws.com/bucket_name
Thanks for the update, glad you found a solution already.
Hi, I've deployed owncloud using this Helm chart to AWS EKS, and also configured an EFS ReadWriteMany persistent volume, so multiple pods can access the PV at the same time. This took some adjustments/fixes to the Helm chart, but it's running now successfully. When I try to login as the admin user though, I'm getting a 500 internal error. I enabled debug mode and got the output below. Any advice on how to fix this issue? I also have the objectstore s3 backend enabled, along with RDS mysql database. The DB connectivity looks good, and I don't see any issues the app is reporting with s3 connectivity, but I haven't been able to login to test it yet.
I should also note that I've configured an ingress - the cluster it's running on uses nginx ingress + cert manager for SSL certs. Health checks are passing and I'm able to access the UI via the ingress URL. This particular error only happens when I try to login as admin: