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
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...