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
- Data not loading at the frontend
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are log...
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- Do I need to upgrade my Appwrite plan?
So i am making a file hosting & sharing platform (voltzy.lol) and i am expecting approx 5-8 million visit per month and over 30 million uploads per month do i n...