Using appwrite version 1.4.4 and running through the documentation and sample function I am not clear how this now works
It used to be "req.variables['VARIABLE_NAME']"
Now I see
process.env. VARIABLE_NAME Platform.environment['VARIABLE_NAME'] ??
yes, it should be Platform.environment
Oddly it refuses to recognize "platform" will try again tomorrow and confirm
It should be Platform. And you night have to import something
Recommended threads
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...
- Deployed to live, but functions only wor...
Deployed my serveless functions, noticed a request is only sent when I switch on my vpn, I have a feeling it's an ip related thing, I'd like some help troublesh...