
I am trying to get functions working on a self hosted instance of version 1.5.4 running on docker. But the functions always come out with the error The requested route was not found. Please refer to the API docs and try again.
Full error
The requested route was not found. Please refer to the API docs and try again.
/usr/src/code/src/Executor/Executor.php:96
#0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(407): Executor\Executor->createRuntime('662406b8354d3c1...', '661ffc440039ce6...', '/storage/functi...', 'openruntimes/no...', 'v3', true, 'src/main.js', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#2 {main}
I have the executor set to be the external domain with the endpoint added to it /v1
, its not using anything localhost related. And its basically a base install nothing really changed apart from configuring Github and the domain.

And here is my docker-compose.yml
file:
Recommended threads
- Can't access file in UI console, after t...
I use self-hosted 1.7.4 version. After file is uploaded to storage, it can be accessed via UI console. If I will create file token with some expiration date, a...
- Any example for using Appwrite with Verc...
Can not find an example on this.
- Issue with database event trigger for a ...
I created a function hosted it on aperture connected it to my domain, in the settings I added da collection to listen to any time a new document is created , it...
