When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception:
type 'Null' is not a subtype of type 'bool'
- Self hosted: 1.8.1
- Flutter SDK: 21.0.0
Althouh i know that this error occured when theris a missmated betwen sdk but for this error i have bothe latest appwrite version 1.8.1 and it flutter lasted sdk 21.0.0 and still facing this
type 'Null' is not a subtype of type 'bool' when creating file
Recommended threads
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...