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
- Not able to upgrade to Appwrite Pro
This is my project ID - 69f5bee60036512d2d52 I've tried multiple credit cards now and I still face the same error "Your card was declined". But I've used the s...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...