Any idea why this is happening?
I did what's in this : https://appwrite.io/docs/client/account?sdk=rest-default
userId, email and password sent, I get 401
You're using REST to make the API request?
yes
actually found the other documentation from the 1.3 instead of cloud
but I'm not sure what the hostname is
Have you added the x-appwrite-project header to the request?
Why don't you use the Appwrite web client?
i am using that, but I cannot get the schemas in some cases and on the sdk doesn't work well for the expo
Ohh, Got you. This is in ReactNative project
yhh
but got it
thanks 😄
So, it works now?
yup
<a:agooglethumbsup:635256484682530825>
Thanks!
[Solved] Cannot access REST API "Request failed with status code 401"
Recommended threads
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- Middleware
how to make middleware in nextjs appwrite with client side auth?