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 auth problem regarding the sess...
Hi, I have problem with auth. When I try to login/signup using OTP, at the end session.secret is empty, i have searched online and in the docs but i cannot find...
 - log out failure
I am trying to set up the user sign up/log in/log out and while I have got the sign up/log in to work, log out keeps failing. i am keeping it simple with only r...
 - Use queries on relationships other than ...
Can I use queries other than Query.select on relationships such as Query.equal('relationship.someattr', 'value')?