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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...