Document not found error, Document id is user id
What are the settings on the collection? What are the permissions on the document?
Users Allow read, write, update, delete. First time no problem second time login to access document problem 😢
Could you share a screenshot of the collection settings from the console?
So before your list documents, can you call account.get()?
Either that, or enable the network logger and look at the request headers for the list documents API call
databases.getDocument(database ID , collection ID, document ID: loggedInUser$.id.) used
Please use the network logger to inspect the network headers and URL of the request
Example, any reference
Are you using visual studio code?
Yes
Already published app 😢
Start up your debugger again and try to reproduce the problem....
Not solved Appwrite not stable 😢 totally problem, not suited for production. My app already published😭😭
Sorry, Solved
What was the problem?
User id getting delay, So null is problem
[SOLVED] Document not found error
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...