Steven Nguyen
Steven Nguyen
@BtheGit thanks for creating this issue! 🙏🏼 Ya, these should definitely be absolute URLs pointing to our website like `https://appwrite.io/docs/quick-starts/web`.
@BtheGit, assigned! Thanks for your interest! 🙏🏼
@usamashafiqs, thanks for raising this issue! 🙏🏼 The version in that API response is Cloud's version, but I can see how that can be confusing for developers. Let me talk...
@dj-fiorex, thanks for raising this issue! 🙏🏼 I have seen some instability with realtime lately. I don't think it's a Cloud-only problem, but I think it's more apparent on Cloud...
@cwwngwphqn, we're still working on it.
@xuelink, assigned! Thanks for your interest! 🙏🏼
@jschmidtww, thanks for creating this issue! 🙏🏼 It looks like we check it's a valid JWT token, and there's an associated session: https://github.com/appwrite/appwrite/blob/b4bd48ccbdf462a7fdc663f82aacbbc1020d6991/app/init.php#L1199-L1218 but we don't check the session ID...
@IshmeetSingh06, assigned! Thanks for your interest! You can do it in the block. Please also make sure to set `Auth::unique` like here: https://github.com/appwrite/appwrite/blob/b4bd48ccbdf462a7fdc663f82aacbbc1020d6991/app/init.php#L1165
@IshmeetSingh06, you can reproduce by: 1. setting the session length (Auth > Security > Session length) to some small length 2. signing in 3. creating a JWT 4. verify calling...
@gurjeetsinghvirdee, thanks for raising this issue! 🙏🏼 Let me confirm with the team.