Rank 3: Container
Yes i am. but why should it matter? i'm logged in to the user account in the server side
Votes
0
Replies
13
Participants
Unknown
Messages
14
Rank 3: Container
Yes i am. but why should it matter? i'm logged in to the user account in the server side
Rank 3: Container
What are your collection permissions for what you're trying to access
Rank 3: Container
my collection permission lets all users read the documents
Admin
What exactly are your permissions? Any or users?
Rank 3: Container
Making any read doesn't fix it?
Rank 3: Container
Users
Admin
Try this
Rank 3: Container
let me give it a try
Rank 3: Container
it works now. but I've two new problems
Rank 3: Container
If you can read it with any, then I think what Steven said about you not being correctly logged in might be the case
Moderator
If any is working, it could mean you aren't login in ssr, can you give us more information about how are you login your user in the server?
Rank 3: Container
sorry for the late everyone. so you were correct. my login was done on the server side. so all the cookies and stuff were stored on the server side. and Appwrite SDK makes requests from the client side. so what worked for me is to hit the endpoint manually from the server side
Rank 3: Container
Thanks for the help everyone<3
Rank 3: Container
[SOLVED] "Document not found" error even tho the document is there