Hello Appwriters, i'm facing this issues that whenever my cloud function is run, i always get this error outputs
Native logs detected. Use context.log() or context.error() for better experience.
(node:12) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
TypeError: Enumerable.from is not a function
yes, i really do have an enviromental variable NODE_TLS_REJECT_UNAUTHORIZED
is value its 0
i dont know why this is an issues, i started having this error have the lauch of the newest Appwrite version
Recommended threads
- `notContains` Query not available
I have a collection with documents that have a `userIds` attribute containing an array of string values. I want to list these documents by excluding the ones th...
- `appwrite push functions` doesn't commit...
When using the cli, appwrite push deploys the function but somehow doesn't commit it? If it does commit, where can I see my commits (they are not visible in my ...
- Temporary Access or Appropriate Access f...
i need to input my "https://cloud.appwrite.io/v1/storage/buckets/66fc38cb0037ad5e5354/files/LINK" image link as a param for a replicate method but I am unsure w...