I am using dart file with API keys to call the cloud function I am performing login req to cloud function and this happened Error info
TypeScript
CERTIFICATE_VERIFY_FAILED: application verification failure(handshake.cc:393))```
Until Yesterday it is working fine.
Below screenshot when I manually tried to open function url
TL;DR
Developers experiencing a "CERTIFICATE_VERIFY_FAILED" error when trying to call a cloud function. This issue may have been caused by deploying a new function under the same repository, creating a new domain. Manually opening the function URL results in the error. The problem might be related to SSL certificate validation. To solve this issue, ensure that the SSL certificates are up to date and correctly configured for the new domain.When I deployed new function with the same repo which I am using it created new domain. Might be that issue that older one is not working anymore???
TypeScript
XXXXXXXXXXX.fra.appwrite.run```
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...