after creating new appwrite instance unable to active dart-2.17, node-18.0 runtime. Tried to restart and reboot but not solve the issue
_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
_APP_FUNCTIONS_ENVS=dart-2.17,node-18.0
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60
Setting the variable _APP_FUNCTIONS_ENVS
is deprecated
Use _APP_FUNCTIONS_RUNTIMES
instead.
_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
_APP_FUNCTIONS_RUNTIMES=dart-2.17,node-18.0
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60
[SOLVED] Unable to active function runtime
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...