TypeScript
appwrite-worker-certificates |
appwrite-worker-certificates | Warning: Array to string conversion in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 343
appwrite-worker-certificates | [Job] (69b942c0b0c3c6.02502010) failed to run.
appwrite-worker-certificates | [Job] (69b942c0b0c3c6.02502010) Failed to verify domain DNS records.
appwrite-worker-certificates | [Error] Type: Exception
appwrite-worker-certificates | [Error] Message: Failed to verify domain DNS records.
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
appwrite-worker-certificates | [Error] Line: 346```
The "Array to string conversion" warning suggests a bug in how Appwrite handles the DNS challenge.
Main domain uses HTTP-01 challenge and function domains require DNS-01 challenge
TL;DR
Failed to generate SSL functions due to DNS verification failures. Appwrite platform encounters an issue with handling DNS challenges for function domains. The main domain uses HTTP-01 challenge method while function domains require DNS-01 challenge. This could be causing the error.Recommended threads
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...