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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?