I can't choose node 18 when I go to create a function, even though I have installed it and am using it on my droplet. Not sure what else I have to do.
Hi @DennisLBC can you check if it is configured in .env file?
_APP_FUNCTIONS_RUNTIMES
_APP_FUNCTIONS_ENVS
does these 2 variables in your .env contains node-18.0?
Learn more Here: https://appwrite.io/docs/advanced/self-hosting/environment-variables#functions
[SOLVED] Adding Node 18 as function runtime option
This is what I was missing, thanks. Solved.
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...