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
- 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 ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...