Rank 2: Process
Hey all, compiled index.ts to index.js , buh executing index.js cant generate any response when run from nodejs to interact with appwrite
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 2: Process
Hey all, compiled index.ts to index.js , buh executing index.js cant generate any response when run from nodejs to interact with appwrite
what's the error shown?
any log msgs?
You're using the variables incorrectly.
Btw, you shouldn't share your API key publicly
Rank 2: Process
Noted, thank you. Let me relook into that...
Rank 2: Process
No error and no log..
Rank 2: Process
Sir, if I could inquire, how can I store appwrite configurable parameters as APPWRITE_FUNCTION_EVENT_DATA so that I can use them in nodejs. second question, how can i store appwrite configurable parameters as environmental variables so that I can use them in nodejs
Rank 2: Process
Sir, if I could inquire, how can I store appwrite configurable parameters as APPWRITE_FUNCTION_EVENT_DATA so that I can use them in nodejs. second question, how can i store appwrite configurable parameters as environmental variables so that I can use them in nodejs
Maybe this will help: https://appwrite.io/docs/functions#writingYourOwnFunction
Rank 2: Process
Thank you sir
Rank 2: Process
Thank you