
Hello Appwriters, i'm facing this issues that whenever my cloud function is run, i always get this error outputs
TypeScript
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
TL;DR
Cloud function outputs a LOG error warning about using NODE_TLS_REJECT_UNAUTHORIZED set to '0'. The error TypeError: Enumerable.from is not a function is also mentioned. The issue started with the newest version of Appwrite.Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
- Authorization header not working in Appw...
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with `appwrite run functions`, bu...
