You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly an issue but I wanted to pass this along for any poor soul who spent countless hours trying to get this to work only to find out there is a CloudFlare API limitation with free domains.
I was testing this out with a free .ml domain to no avail. I tried curling the API myself only to find this response.
{
"result": null,
"success": false,
"errors": [
{
"code": 1038,
"message": "You cannot use this API for domains with a .cf, .ga, .gq, .ml, or .tk TLD (top-level domain). To configure the DNS settings for this domain, use the Cloudflare Dashboard."
}
],
"messages": []
}
The text was updated successfully, but these errors were encountered:
Ah I missed that issue. No worries I had a paid domain I was able to use instead. You can close this issue, I just wanted to pass this info along. It may be helpful to put a note in the readme about this limitation to folks time.
Not exactly an issue but I wanted to pass this along for any poor soul who spent countless hours trying to get this to work only to find out there is a CloudFlare API limitation with free domains.
I was testing this out with a free .ml domain to no avail. I tried curling the API myself only to find this response.
The text was updated successfully, but these errors were encountered: