We are running self hosted instance with version 1.4.11. We received 2000 of the same error event from sentry within three hours. How can we ignore this error from sending to sentry in Appwrite?
Or should we implement the quick fix mentioned in the GitHub issue works? https://github.com/appwrite/appwrite/issues/4751
I recommend upgrading to 1.4.13
It will probably make that issue appear less times
But looks like this is going to be fixed permanently with 1.5 release
We will try to upgrade to 1.4.13.
Is the quick fix mentioned in GitHub issues not recommended?
Recommended threads
- Attribute not found in schema on REST AP...
I'm querying a appwrite collection via the REST API on appwrite cloud 1.9.5 (no SDK) via a cloudflare worker and keep getting: ``` {"message":"Invalid query: A...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...