Steven Nguyen

Results 1192 comments of Steven Nguyen
trafficstars

We want to update the alerts to be specific to say: > XYZ's email has been verified > XYZ's email has been unverified > XYZ's phone has been verified >...

We discussed this again internally and we want to avoid the awkward "'s" and "unverified" so the desired behavior is: We want to update the alerts to be specific to...

FYI, this was discussed on [Discord](https://discord.com/channels/564160730845151244/1114453293876387910). As mentioned on Discord, I ran this manually using [Open Runtimes](https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/node-18.0) and got the following error: ``` 00:56:51 0|server | TypeError: Cannot read properties...

https://github.com/appwrite/pink/pull/337

Probably a duplicate of https://github.com/appwrite/console/issues/1454

@Atteprojects, thanks for raising this issue! 🙏🏼 I've talked with the team and we've decided to not add the Async suffix to keep things simple and aligned with our other...

> these tests are to be run on `appwrite/sdk-for-node` repository instead. @lohanidamodar, for Flutter and Dart, we run them in this repo. I think it makes sense to run them...

Unassigning due to inactivity. We'll be picking this up.

@Sanjay-2004, thanks for creating this issue! 🙏🏼 It looks like you're passing `email` and `password` to `account.createSession()` when that method is supposed to accept `userId` and `secret`. To log in...

@PapuutekAPT, thanks for raising this issue! 🙏🏼 This error can happen if: 1. you don't have a project ID set (`client.setProject()`) 2. there is no active session 3. the user...