
There is an issue with the Appwrite Sites Logs, JSON.stringify cannot be used on circular references, circular reference is for example this:
var a = {};
a.b = a;
Converting circular structure to JSON
--> starting at object with constructor 'Socket'
| property 'parser' -> object with constructor 'HTTPParser'
--- property 'socket' closes the circle
We are recommending to implement https://github.com/sindresorhus/safe-stringify for the Logger in the Appwrite Sites Logs

Create a GitHub issue for this instead š
Recommended threads
- Why Does Appwrite Sites Require Nameserv...
My question is fairly simple ā Iām wondering why Appwrite Sites requires changing nameservers instead of allowing users to configure a DNS record, like Firebase...
- Need help With smtp
Can someone with appwrite come on a call and help me connect smtp. I really need help after connecting smtp i noticed the email otp stopped working and since th...
- AppwriteException: The current user is n...
Attempting to delete a document from a collection, and having the following error returned: ``` AppwriteException: The current user is not authorized to perfo...
