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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...