i'm always getting this error
TypeScript
(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)```
TL;DR
Developers are seeing an error related to using console.log() in functions. The recommended solution is to replace console.log() with context.log() or context.error() to avoid native logs being detected.here is the code
no where in my code i use context.log
You can't use console.log() in functilns
Log doesn't exist. You need to use context log
Recommended threads
- Migration and Function glitch
I am trying to migrate from non pro appwrite project to pro appwrite project all my data but it's stuck in processing.
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...