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
- Transaction Error
AppwriteException: Transaction with the requested ID could not be found. at Generator.next (<anonymous>) { code: 404, type: 'transaction_not_found', r...
- Can not get the logged in user data in N...
I'm trying to get the user data after i log in with otp but it get this error : AppwriteException: User (role: guests) missing scopes (["account"]) at Gen...
- Sites Runtimes 1.8.0 Self-Hosting. Flutt...
I have a problem with the Flutter version for SITES RUNTIMES. I use self-hosting and updated to version 1.8.0, which according to the changelog says they updat...