Hey -- I have some functions (quite a few but) point is the executions just like, disappear? I have this one called UpdateSearchColumns that runs everytime a collection is updated, and it has 0 executions (I've updated a lot of things). Is there a cache or someting that gets cleared or?
TL;DR
Issue: The developer has noticed that certain functions, such as UpdateSearchColumns, are not being executed despite making multiple updates. They want to know if there is a cache or any other reason behind these missing function executions.
Solution: It is possible that there may be a cache issue causing the missing function executions. The developer should check if there are any caching mechanisms in place that could be interfering with the execution of the functions. They can also review the code and ensure that the function is properly triggered after each collection update. If no caching issues are found, further debugging may be required to identify the root cause of the problem.Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...
- [Self-hosted] Realtime crashes with "Mis...