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
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- CSV imports were not working but found a...
With 1.9.5 Self-Hosted on a remote Debian 13 VPS I was trying to upload some data using the Import from CSV function. After following the Docs I created a csv f...
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126