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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...