
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
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
