{"message":"For console projects, please use the organizations API.","code":401,"type":"general_access_forbidden","version":"1.6.2"} - What does this mean? When I run via the CLI i can do appwrite teams list and it works... but on my react application when I do this it returns a blank array?
TL;DR
Developers are encountering a 401 error message stating to use the organizations API for console projects. While the command works in the CLI, it returns a blank array in a React application. This error means the current API being accessed is not suited for console projects. It is recommended to switch to the organizations API for this scenario.