Rank 1: Thread
Hi, I try to integrate appwrite (cloud) with Flutter Flow via REST API calls. I can log in (start an email session) and I am getting "x-fallback-cookies" in return in a header. Next I try to use the "X-Fallback-Cookies": "a_session_65...ac=ey...J9" to get user name via https://cloud.appwrite.io/v1/account but I am getting:
{
"message": "User (role: guests) missing scope (account)",
"code": 401,
"type": "general_unauthorized_scope",
"version": "0.12.45"
}
With Postman and the same data, same headers I am getting the right response (also with "Cookies" key instead of "X-Fallback-Cookies"). What am I doing wrong?