
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
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
