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
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...