Web Developer
Hi. I am trying to run demo-todo-with-react on my local. Before doing it, I created a project in cloud.appwrite.io and also created a web platform, a database/collection.
And I set the environment information with the following
REACT_APP_ENDPOINT=https://cloud.appwrite.io/v1
REACT_APP_PROJECT=<my project id>
REACT_APP_COLLECTION_ID=<my collection id>
REACT_APP_DATABASE_ID=<my database id>
After "npm start", I can see that react app interface is shown but I can't signup. So I looked at what the account api's response is.
{ "message": "User (role: guests) missing scope (account)", "code": 401, "type": "general_unauthorized_scope", "version": "0.10.51"}Is there anyone to help me to solve this problem?