Steven Nguyen
Steven Nguyen
Reopening because it seems bandwidth and request count still aren't incrementing.
@ItzNotABug, whoa! Can you reproduce this with just node (specific version in the runtime) and not in an Appwrite Function?
@ItzNotABug, nice! Looks like you've narrowed down the problem to `v20.9.0`. Does it occur in the latest v20?
@MHEien, thanks for creating this issue! 🙏🏼 As mentioned on [Discord](https://discord.com/channels/564160730845151244/1254059230751625217/1254925265382146060), this seems like a bug either client-side or with react native. Here's my test on Android (Flutter) with the...
> @Meldiron, checked, the test is without `sleep` > > https://github.com/appwrite/appwrite/blob/main/tests/e2e/Services/Teams/TeamsBase.php#L371-L388 @byawitz, but that tests doesn't verify the memberships are deleted synchronously. Maybe you can add a users list memberships?...
> The test returns 404, which means the teams were deleted, and there's no way to delete them in an async way. Even without your change, the current test returns...
@ItzNotABug, thanks for creating this issue! 🙏🏼 Looks like this doesn't just apply to topics. This is the same behavior for other resources too. For example, database logs: https://github.com/appwrite/appwrite/blob/e3bc1887a4abbc8de3b82d0ec7aadc5e9f46c8a1/app/controllers/api/databases.php#L584-L586
@ItzNotABug, it should suffice to just use the internal id in the controller, right?
I mean instead of storing the audit log using the public ID, we should store using the internal ID and then use the internal id when building the resource and...
I believe the problem is the [library](https://github.com/chrisboulton/php-resque) Appwrite uses to connect to redis [doesn't properly pass the user to authenticate](https://github.com/chrisboulton/php-resque/blob/968b7e6a307a2079051dfc571d2fc2be0546209f/lib/Resque/Redis.php#L134). The core team is working on replacing the library with...