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
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.