Filestorage url
I'm looking at this error: https://gitlab.coko.foundation/kotahi/agent/-/environments/909/k8s/namespace/kotahi/pods/server-kotahi-main-6f8c488fbc-74zpv/logs?container=server-kotahi-main
This probably has to do with the changes outlined here: https://gitlab.coko.foundation/kotahi/kotahi/-/blob/main/CHANGES.md?ref_type=heads#version-390
The changes are the direction the apps are going to take, but currently some of them are using protocol/host/port, while some others are using url. Maybe the best action here would be for you to set all variables, then let the apps use the ones they want.
eg. when creating the variables for a bucket, do this
S3_PROTOCOL=https
S3_HOST=mystoragedomain.com
S3_PORT=5050
S3_URL=https://mystoragedomain.com:5050