Currently appending this onto the end of th url. Using %22 for the " as otherwise Java does not like the " being apart of the url.
/documents?queries[]=orderAsc([%22levelNumber%22])
Resulting in a 500 error.
what's your project id?
Is this Appwrite cloud?
Sorry - This is self hosted. The project id is currently being sent by headers - here is my code to make it clearer.
I have tried doing con.setRequestProperty("queries","orderAsc('levelNumber')") which also hasn't worked
Do you have any relationship?
Are you sure that permissions are set correctly for the relationship and for the document you're getting?
You can check the docker logs of the appwrite container to see what the 500 error is for
I have no relationships - its a really simple project. everyone is granted permissions to CRUD. It's only a school project.
Good idea, will check that now.
It seems the issue stems from the " -
Oh right. There are extra double quotes
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...