Rank 1: Thread
Hi, I have appwrite 1.7.4 on docker, on a private vps behind reverse proxy which is bunker web.
When I call some functions, casually, I receive the error that hub.my-domain.com port=80 was reset by peer.
(hub.my-domain.com is the APP_DOMAIN)
The function is reached successfully from the client application and called correctly but the error happens only if I use for example the appwrite users API.
How can I effectively debug it to understand the issue, especially for the communication between appwrite? It happens casually and I was sometime able to solve it by restarting the docker and recreate the custom domains.
It's almost as if the instances of the single containers have issues communicating, it's really frustrating.
I'm unable to post the configuration right now because I cannot connect to the machine now