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
- "Invalid relationship value. Must be eit...
In my app i am trying to update the documents in my databse from a form in my app, and i am getting this error Error updating event users: AppwriteException: I...
- reoccurring resource limit usage
Two days ago I had of the error (attached) when there’s virtually no usage this month for any of my appwrite apps Yesterday we cleared up and I wasn’t getting...
- Functions in Golang - I need help
Hi guys! I am struggling to deploy a rather simple golang function. The deployment log details are very sparse: "failed error code: 524 " or: "Cannot access ...
