Steven Nguyen
Steven Nguyen
@mustansirgodhrawala are you still interested in working on this?
@onrdmr thanks for creating this issue! 🙏🏼 Are you self-hosting Appwrite? It seems something may be wrong with your setup because the endpoint is HTTP instead of HTTPS and so...
Yes, please check that variable in your function, but also the `_APP_OPTIONS_FORCE_HTTPS` env var for your appwrite instance.
@hej2010, @feschaffa, are y'all proxying to Appwrite using HTTPS or HTTP? Can you try proxying using HTTPS and enabling the FORCE_HTTPS env vars? ``` _APP_OPTIONS_FORCE_HTTPS=enabled _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS=enabled ```
Thanks for creating this issue! 🙏🏼 We'll look into this!
Thanks for raising this issue! 🙏 This sounds interesting! We'll keep this mind for our roadmap.
Related issue: https://github.com/appwrite/appwrite/issues/2358
@sikandarchishty, > throws error: url is required URL is optional in the API because it isn't required if using an API key. > this throws: Invalid userId param: UID must...
> Can you add screenshots in the PR description of the emails for both created and deleted authenticators for: > > 1. console user > 2. project user with default...
@losfroger, we've been trying to troubleshoot this, but we're unable to reproduce the problem. Would you be able to go into your appwrite container and modify [this](https://github.com/appwrite/appwrite/blob/d5ebde81430fabbc163aebd3eb9361192c9b8da5/app/controllers/api/account.php#L3531) to: ```diff +...