AxistroOriginal post
Rank 3: Container
I used cloud funtion to process some data and return some processed data. All i know is the getExecution should return the results but i get and error
[AppwriteException: User (role: guests) missing scope (execution.read)]
the execution log shows completed.
I dont know much about cloud function. the image shows my code for execution.
Summary
Developers are unable to get results from a cloud function. They are receiving an error message stating "User (role: guests) missing scope (execution.read)." The execution log shows that it has completed. The issue appears to be related to the user's permissions. Developers need to ensure that the user has the required scope (execution.read) to access the results of the cloud function.