
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
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- Broken message
https://github.com/appwrite/appwrite/issues/10081 I just realized that I can just build appwrite myself, was this bug fixed in latest dev release?
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
