
I wanted to log a user's country when they do changes in order to have auditability and make it easier for mods to detect hacked accounts.
Unfortunately I found out that (at least on Cloud) the headers object isn't complete with all documented fields. Do I need to configure something extra, or does that only work on specific events or on self-hosted?
Documentation: https://appwrite.io/docs/products/functions/develop#Headers Field I need: x-appwrite-country-code Headers I got on a function call:
Recommended threads
- getFilePreview returns ByteCode
I'm running this code: ```js blah = await storage.getFilePreview( import.meta.env.NEWS_IMAGES_ID, news.imageId, 0, // width (optional) 0, // h...
- Error with update: Unknown attribute: \"...
Hello, i try to update a document, but i get this error I use cloud appwrite ```json { "message": "Invalid document structure: Unknown attribute: \"startDa...
- Triggering an email for each entry in a ...
I want to send an email for each entry done in a table, is there any way I can do that?
