
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
- Issue in saving special character ' ╟ '...
I've created a chat application using Appwrite. However, when users try to save code that contains the character '╟', an internal server error occurs. Interesti...
- Auth issue: 401 general_unauthorized_sco...
Hello, I face a big problem with Appwrite Auth that I never face before. It's very simple, the most basic auth process just don't work ```dart final client = ...
- Need help on Flutter OAuth2
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work: ...
