mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Temporary instrumentation to diagnose the 'Session is not valid.' failure on appwrite-labs/cloud#3214's Realtime (dedicated) E2E. Emits: - project ID in scope - user ID from the session payload - whether the user document was found in the project DB - session count on the returned user document - session-secret prefix being verified - sessionVerify result This will reveal whether the race is (a) user doc missing in project DB (routing/provisioning issue) or (b) user doc found but sessions array empty or mismatched (session write path issue). Revert once the root cause is identified. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>