Why i cannot access to account on Appwrite. I configued endpoint and project_id same as Website Appwrite. Pls help me resolve this. when i click sign up, it will call this service
Can you share the response you get from the request?
After lunch, it have worked =))). Many thanks
So is it working for you now?
question, it seems you're using "unique()" as if it was a string variable?
how would that work?
Hey,
it's the alternative of using ID.unique()
oh i see!
good to know :D
ty
it is working now
Cool. Will mark this as solved now. Feel free to open the thread again, if you encounter the same error.
[SOLVED] 403 status code when use account.create api
@Haimantika excuse me, I have same issue in the last, help me pls
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"...