
As for now, I hosted my appwrite in digital ocean. Because I am waiting for 1.3 version of appwrite cloud. Now I need your support.
- Am I right, if I am in dev mode is that it is necessary to selfSigned my appwrite client even tough I already hosted my appwrite in digital ocean.
- If the answer of number 1 is yes, then how can I avoid using selfSigned if I am in release mode.

I read the documentation but I need your further support

If your site has a valid ssl certificate, no need to use setSelfSigned
but if you are running appwrite locally (localhost
) where a browser trusted ssl certificate may not be available then you should use setSelfSigned
.

See SSL Certificates in Development
section @ https://dev.to/appwrite/30daysofappwrite-ssl-certificates-c08.

@darShan so if my appwrite hosted in digital ocean do I still need to call the selfAssigned?
Recommended threads
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
