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
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...