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
Recommended threads
- Error Domain
Domain stuck in 'Generating' for 6+ hours. Fastly error: unknown domain. Logs show constant 'Certificate is being generated' without completion. Domain: mvetecn...
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...