[help] self hosting invite error "no valid providers in chain" #341
Replies: 2 comments 1 reply
-
|
I checked the docker logs for the any-sync-coordinator container. I see some more details, does anyone know? I redacted some of the id's, but I think the meaning should still be there. Seems like I am having some kind of connection error between the client and the coordinator? 2025-11-06T18:43:29.996Z DEBUG common.net.drpcserver drpc serve peer {"remoteAddr": "172.18.0.12:56686", "localAddr": "172.18.0.6:1004"} |
Beta Was this translation helpful? Give feedback.
-
What it looks like |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I've setup the self hosting docker image using the steps outlined in https://github.com/anyproto/any-sync-dockercompose/wiki/Configuration#running-as-a-non-privileged-user-only-for-linux. I am using RHEL10 to self host. On my client I am using AnyType version 0.50.5.
I've also whitelisted the right ports in the firewall.
sudo firewall-cmd --permanent --service=anytypeNotes --add-port=1001-1006/tcp --add-port=1011-1016/udp --add-port=9000-9001/tcp --add-port=27001/tcp --add-port=6379/tcp --add-port=8081-8083/tcp --add-port=8001-8006/tcp
On the client, I am able to import the client.yml and I can see that the sync is working (self hosted icon is green, files sync fine with checkmarks).

The problem I have now is that when I go to Invite members, and switch the invite link from Link disabled to Edit, I get this error:
store invite in ipfs: add data to IPFS: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors, generate invite
In my .env.override I have:
UID=1000
GID=1000
EXTERNAL_LISTEN_HOST="192.168.0.x"
ANY_SYNC_NODE_VERSION=latest
ANY_SYNC_FILENODE_VERSION=latest
ANY_SYNC_COORDINATOR_VERSION=latest
ANY_SYNC_CONSENSUSNODE_VERSION=latest
I checked id -u and -g, it matches fine.
Is there anything I missed here? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions