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
- Request failedPlease check if your crede...
I was trying to moved my archived project to a self-host database . Appwrite said we can view and migrate data but my archived project is rendering "Please che...
- upgrading from 1.4.5 to 1.6.0 broke my s...
I managed to upgrade my self hosted instance from 1.4.5 to 1.6.0 and now when i try to log into the dashboard i get the error in the attached image. Also any ap...
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...