You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Flutter Web, you must use InputFile.fromBytes(). This was fine in the past because Flutter file/image picker packages didn't provide a path. They've added support for path now, but the path is an Object url and not an actual image path. As such, this path can't be used by the Appwrite SDK.
👀 Have you spent some time to check if this issue has been raised before?