
I want to use a custom domain api-preprod.funprono.com for my API.
I successfully added a CNAME entry with my registrar Infomaniak, but the verification keeps failing.
I saw a similar issue in this ticket: https://discord.com/channels/564160730845151244/1395340182810787840 So I added a CAA entry with certainly.com, but that didn't fix the problem.
The CNAME propagation is working, according to the DNS checker.
I don't know what to do anymore. Fortunately, this isn't my production environment, but I have to migrate my production environment to the cloud soon. I hope I don't have the same problem 😟
This is the request response for verification :
{
"$id": "44f470d190b4e5e72abfaeb71dc8f981",
"$createdAt": "2025-07-18T11:39:38.276+00:00",
"$updatedAt": "2025-07-18T12:00:16.302+00:00",
"domain": "api-preprod.funprono.com",
"type": "api",
"trigger": "manual",
"redirectUrl": "",
"redirectStatusCode": "",
"deploymentId": "",
"deploymentResourceType": "",
"deploymentResourceId": "",
"deploymentVcsProviderBranch": "",
"status": "verifying",
"logs": "Failed to add domain to Fastly: {\"msg\":\"Bad request\",\"detail\":\"Domain 'funprono.com' is owned by another customer\"}",
"renewAt": "datetime"
}
Recommended threads
- MCP Integration
The appwrite has their MCP And this MCP is working fine with the VS code copilot but not with the other tools like Cline, Roo code...I have tried and getting th...
- Appwrite realtime didn't work
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
