Rank 1: Thread
frontend:React
backend: nodejs
Main Issue: I have the user logged in in React and call a server function. On the serverside nodejs function I call await account.get() but it isn't detecting the logged in user.
I call the function in react using: await functions.createExecution(functionId)
Permissions: I have allowed users to use the function in the Execute Access settings of the function and selected "Users"
Result of the server function after calling it :" User (role: guests) missing scope (account)"
I am new to Appwrite so maybe I am missing something. Thanks in advance