
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
- Appwrite Sites and localStorage Problem ...
I'm currently struggling with the localStorage Problem and Custom Sites. My goal is to move our Flutter Web App to Appwrite Sites. When just deploying it I'm ...
- Getting 413 Payload too large when calli...
Hi, I have a self hosted v. 1.7.4 instance behind a reverse proxy and it is actually working well. But when I call: ```dart await account.deleteSession('curre...
- Relationship fields returning "$sequence...
It looks like today something changed in the backend, I have a project that has certain collections only accessible to teams with specific permissions. Sometime...
