
The version of docker-compose.yml
in the self-hosted instructions uses the image appwrite/console:6.0.13
for the appwrite-console
container. This version of the console has a bug which means relationships cannot be established between collections in Databases via the UI (the collection drop-down always shows no collections available for selection).
Updating the image to version 6.1.2 seems to have fixed it for me, although it occurs to me that I'm not sure how to know whether or not I have the right version, as that number seems arbitrarily different to most of the other appwrite/*
containers in the same setup. I also would prefer to not have to deviate from the officially-supported file if I can help it.
Recommended threads
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
- Server Error when upserting existing and...
Hello there! Im currently experiencing issues with the not so long ago officially announced upserting funcionality. Im running appwrite 1.7.4 self hosted and no...
- Tablesdb, build from source
```` [Error] URL: /v1/tablesdb [Error] Type: Appwrite\Extend\Exception [Error] Message: Route not found. Please ensure the endpoint is configured correctly and ...
