Query not working in Appwrite functions after custom domain added to the digital ocean droplet.
- 0
- Self Hosted
- Functions
This is a weird problem. Everything was working fine before adding the domain. But after the domain is added, query functionalities stopped working from appwrite functions. However, I checked it from the frontend sdk and queries are working fine. Other functionalities like getting docs using appwrite functions are also working.
what exactly are the errors that get thrown on the functions?
@safwan No errors in particular. For example, in this function the query is ignored and the whole collection is returned.
What exactly is the result (documentList)?
@Steven The result was all the documents in the collection.
Screenshot or something please?
Recommended threads
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- significant increase in CPU usage with 1...
Hi, This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (re...