Hey again!
I am trying to deploy the Starter function with NodeJS, but it is not in the dropdown
(Version 1.4.0)
Also, can you deploy a function without git connectivity? I primarily use gitlab right now which is not available yet, so would like to deploy without git connection for the time being if possible
yes using the previous method
what is your runtimes env var set to?
I'm not sure? this is the prebuilt template
i mean in your .env file
oh, 1 sec
node-16.0,php-8.0,python-3.9,ruby-3.0
can you scroll in that dropdown?
no sir tired that as well
can you right click and inspect element to see what's in there?
yep. standby
<select id="runtime" required="">
<option value="null" disabled="" hidden="">Select runtime</option>
<option value="php-8.0">PHP - 8.0 </option>
<option value="ruby-3.0">Ruby - 3.0 </option>
<option value="python-3.9">Python - 3.9 </option>
</select>
oh actually, that starter template is only available on node-18.0
not node-16
oh, so just update my .env to node-18.0?
okay, let me try that
1 sec, i accidentally did a full rebuild/repull so now i have to reimplement my fixes from earlier
yep that did it
now once the github integration is fixed i can use it lol
[SOLVED] NodeJS not listed for the Starter function template
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...