Web Developer
Hi
I have a self hosted appwrite. My documents get a document ID but are not visible in the console.
I don't know why this happens and how to fix this
Votes
0
Replies
6
Participants
2
Messages
7
Web Developer
Hi
I have a self hosted appwrite. My documents get a document ID but are not visible in the console.
I don't know why this happens and how to fix this
What version of appwrite are you running on? The fact it's called a document ID (this has been changed) tells me it's an older version.
Web Developer
1.7.4, I have pulled the latest image on coolify
Web Developer
I managed to fix it and update the coolify compose file using the latest docker-compose.yaml from appwrite -> https://appwrite.io/install/compose. then migrated and i can see the $id's now instead of document id!
Web Developer
Older version of appwrite on coolify, solution = update compose file manually
Web Developer
[SOLVED] Older version of appwrite on coolify, solution = update compose file manually
should i just replace the appwrite compose file or i have manually change the version numbers? Cuz the appwrite compose file has traefik service but coolify doesn't. What should i have to do?