I run opencloud, collabora, tika, clamav on Unraid server. I did not use an env file and replace all environment variables with hard-coded values in all yaml and compose files. Opencloud and collabora+collaboration are sharing the same docker network.
It seems working fine, but I still get this one error in opencloud log
{"level":"error","error":"error connecting to nats cluster opencloud-cluster: error connecting to nats at 127.0.0.1:9233 with tls enabled (false): nats: no servers available for connection","time":"2025-11-03T02:13:20Z","caller":"github.com/cenkalti/backoff@v2.2.1+incompatible/retry.go:24","message":"can't connect to nats (jetstream) server, retrying in 1.283162988s"}
I don't know what it is and how it affects the opencloud functionalities.
Should I worry about this error? or how could I resolved it?
Thanks you