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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- 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...