can someone help to fix this, I copied the Document ID from the console but it still giving this error.
TL;DR
Developers need to use the `getDocument()` function instead of `fetch()` when fetching a document by ID. Further assistance available [here](https://appwrite.io/docs/references/1.5.x/client-web/databases#getDocument).
Steven
26 Apr, 2024, 18:47
if you're trying to fetch a document by id, you should use `getDocument()`