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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...