problem: I am able to sign up user secessfully but cannot get his details while fetching it from appwrite cloud. here is the cosole SS.
Where's the failed network request?
Your screenshot shows a successful session object. What's your code?
ohh sorry! put wrong ss here
may it becuase my docker is not properly setupe??
*setup
another doubt: is all functionalities of appwrite would work on cloud is as same as setting up local docker envioronment, means setting up local docker enviornment is same as using clouf.appwrite.io ???
Correct, your local instance of Appwrite isn't set up properly
Appwrite Cloud is running version 1.1.2. That may not be the same as your local instance
ok, got it! thanks
Recommended threads
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...