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
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...