documents, err := appwriteDatabases.ListDocuments( databaseID, collectionID, appwriteDatabases.WithListDocumentsQueries([]string{ fmt.Sprintf("limit=%d", perPage), fmt.Sprintf("offset=%d", offset), }), )
TypeScript
exit status 1```
TL;DR
Developers trying to use the `ListDocuments` function with Go encountered an error `Invalid query: Syntax error` while specifying the limit and offset parameters. This error is due to incorrect formatting of the queries. Ensure the format is correct when passing the queries in the `WithListDocumentsQueries` function.Recommended threads
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...