I am having an issue when users are submitting their for. It works for other users but it does not work for some particular countries. It only works under a VPN. I can't reproduce the error from my side but I have been sent screenshots (attached) from the users. The persistent error is AppwriteException: failed to fetch at A.<Anonymous>. How can I solve this? Thank you.
Hmmm those errors look like to be network errors. Are you self-hosting appwrite or using appwrite cloud?
Self hosting
Okay, what are the logs for the appwrite main container and traefik?
You can get the logs by running:
docker compose logs appwrite
and
docker compose logs traefik
Is it right if I expose my IP here?
Or can I DM you?
DM it to me
Or censor the IP
Sent
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...