
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
- error code:524 for functions running lon...
We are having this issue, no longer the function runtime or code, if it goes longer than 1 minute, there's no logs at all, just this error: **error code: 524**
- Invalid `specification` param: Specifica...
I'm self-hosting my appwrite instance on my Macbook, and I created a Python function using the command `appwrite init functions` and it outputed the below into ...
- Local function throws EACCES error when ...
I am developing an Appwrite function locally. Up until now, the process has been as smooth as butter: I edit my files, save them, and this triggers a rebuild of...
