Facing this issue since long time when getting document by Id when using Flutter Web. See images please Image 1 shows try {} catch block displaying error in UI while image 2 shows Exception when not caught.
TL;DR
The user is experiencing a format exception issue when using Flutter Web to get a document by ID. They have provided images showcasing the error in the UI and the exception when not caught. The user is seeking help to resolve this issue.@Steven
please do not tag people directly
Ok Got It
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...