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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...