#[SOLVED] Sync with Algolia Function Missing NodeJS Runtime

6 messages · Page 1 of 1 (latest)

dense vessel
ocean pewter
#

The runtimes shown in the dropdown list depend on the runtimes you have enabled on your Appwrite instance.

If you go here: https://appwrite.io/docs/environment-variables#functions
And look for the _APP_FUNCTIONS_RUNTIMES variable, you will see all the possible runtimes you can have. There's a chance that you haven't enabled the required runtime in your .env file.

According to the README of the function here, you can see that it runs on Node.js 18. So go into your .env file (located at appwrite/.env) and add node-18.0 to the _APP_FUNCTIONS_RUNTIMES variable.

This should fix your issue

ocean pewter
dense vessel
#

Solved

nimble saffron