400, Message: {path: /logout, error: AppwriteException: user_key_and_session_set}
- 0
- Functions
- Cloud

Error: 400, Message: {path: /logout, error: AppwriteException: user_key_and_session_set, API key and session used in the same request. Use either setSession or setKey. Learn about which authentication method to use in the SSR docs: https://appwrite.io/docs/products/auth/server-side-rendering (403)}
Header From My Cloud function
{cf-connecting-ip: 205.206.125.158, x-real-ip: 172.69.156.149,
accept-encoding: gzip, br, cf-ipcountry: CA,
authorization: Basic XXXXXXXk0YWI3XXXXXXX,
x-appwrite-key: XXXXXXXX,
x-forwarded-proto: https, content-length: 68, cf-ray: 9306b8aeXXXXXXX-YYC, user-agent: Dart/3.4 (dart:io), cdn-loop: cloudflare; loops=1, x-appwrite-country-code: CA,
content-type: application/json, x-appwrite-continent-code: NA, cf-visitor: {"scheme":"https"},
accept: */*, x-forwarded-port: 443, x-forwarded-server: traefik-XXXXXXX-8qp8x, x-forwarded-host: 67f6b8f47479XXXXXXX.appwrite.global,
host: 67f6b8f47479c8113546.appwrite.global, x-appwrite-continent-eu: false, x-appwrite-trigger: http, x-forwarded-for: XXX.XXX.XXX.XXX, XXX.XXX.XXX.XXX}

I am passing x-appwrite-key to setKey then I'm passing x-appwrite-user-session-secret to setSession
How to perform clean for each in Cloud Function

In cloud function init the client so when I req second time does it clean up older client setKey or setSession and init with newer everytime??
Recommended threads
- CERTIFICATE_VERIFY_FAILED: application v...
I am using dart file with API keys to call the cloud function I am performing login req to cloud function and this happened Error info ```Error: HandshakeExcept...
- Possible to prevent automatic fetching/r...
When using listDocuments on a parent collection, I'm observing that the response seems to include the full documents from related collections, not just their ID...
- Function URLs can't be accessed
Howdy all! I'm not too certain if this is an issue with Coolify or with my DNS settings possibly even, so I do have an issue open there as well with probably al...
