
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
- Bulk Update Error
Getting Following error when updating a document: ``` Failed to Update User: Bulk update is not supported for collections with relationship attributes. ``` In...
- How to delete secured files from bucket?
When deleting a user I want to delete all their data including files. How can I delete secured files in cloud/nodejs?
- How to get OTP code in SMTP email temp...
I don't know how to get the OTP code to show in my custom email template for email authentication using OTP. I have email authentication set up for iOS app, an...
