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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...