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
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...