when should setSelfSigned status false.
When your Appwrite instance/endpoint doesn't have a valid SSL certificate
asking for this client.setEndpoint('https://cloud.appwrite.io/v1') .setProject('proId') .setSelfSigned(status: false);
for production mode self assigned status should be true or false?
Cloud has a valid certificate so you should not set self signed to true
ok
is this is the reason for printing in console or how to disable this log
No. That's printed when you call subscribe
is there is any way to hide this message.
Not at the moment
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...