<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Issue with Cloudflare Domain Installation]]></title><description><![CDATA[<p dir="auto">Hi Cloudron Support Team,</p>
<p dir="auto">I'm facing an issue when trying to install a Cloudflare domain. I've followed all the steps outlined in your documentation: <a href="https://docs.cloudron.io/domains/#dns-providers" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/domains/#dns-providers</a>.</p>
<p dir="auto">This feature had been working perfectly for around three years without any issues. However, now when I try to add a Cloudflare domain, the interface returns the following error:<br />
"Zone not found: 404 'API does not exist'"</p>
<p dir="auto">In the Cloudron logs, I see the following entries:</p>
<pre><code>Jan 31 01:42:49 box:dns/cloudflare upsert: cloudrontestdns.mydomainexample.com for zone mydomainexample.com of type A with values ["192.168.1.1"]  
Jan 31 01:42:50 box:dns/cloudflare upsert: Updating existing record fqdn: cloudrontestdns.mydomainexample.com, zoneName: mydomainexample.com proxied: false  
Jan 31 01:42:51 box:dns/cloudflare verifyDomainConfig: Test A record added  
Jan 31 01:42:52 box:dns/cloudflare del: [{"id":"9c9e0a4db92748e2dfb0fada09e574fc","name":"cloudrontestdns.mydomainexample.com","type":"A","content":"192.168.1.1","proxiable":false,"proxied":false,"ttl":120,"settings":{},"meta":{"auto_added":false,"managed_by_apps":false,"managed_by_argo_tunnel":false},"comment":null,"tags":[],"created_on":"2025-01-30T23:39:21.525284Z","modified_on":"2025-01-30T23:39:21.525284Z"}]  
Jan 31 01:42:  
</code></pre>
<p dir="auto">Despite this, the interface still shows the error: "Zone not found: 404 'API does not exist'"</p>
<p dir="auto">I've checked the API tokens multiple times, and they are correct. Zone permissions are also set correctly. I even tried using the global API key, but the issue persists.</p>
<p dir="auto">Could you please advise on how to resolve this?</p>
<p dir="auto">Platform Version: v8.2.3 (Ubuntu 22.04.1 LTS)</p>
<p dir="auto">Thank you for your support!</p>
]]></description><link>https://forum.cloudron.io/topic/13218/issue-with-cloudflare-domain-installation</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:34:16 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13218.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Jan 2025 23:51:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Sun, 02 Feb 2025 17:39:21 GMT]]></title><description><![CDATA[<p dir="auto">For those who hit this 8.2.4 is out . It's marked as unstable just to not have everyone update at the same time but it should be stable and has the fix for this issue.</p>
]]></description><link>https://forum.cloudron.io/post/101097</link><guid isPermaLink="true">https://forum.cloudron.io/post/101097</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 02 Feb 2025 17:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Sat, 01 Feb 2025 21:03:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivan-petro" aria-label="Profile: ivan-petro">@<bdi>ivan-petro</bdi></a> It will be part of the next update (8.2.4)</p>
]]></description><link>https://forum.cloudron.io/post/101070</link><guid isPermaLink="true">https://forum.cloudron.io/post/101070</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 01 Feb 2025 21:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Sat, 01 Feb 2025 10:16:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>,</p>
<p dir="auto">Thank you for the support! Your solution worked perfectly, and now the domain is successfully added to Cloudron.</p>
<p dir="auto">I'll be waiting for the patch release. Should I revert the manual change in the /home/yellowtent/box/src/dns/cloudflare.js file before updating Cloudron with the patch, or will it be handled automatically during the update?</p>
<p dir="auto">Thanks again for your help!</p>
]]></description><link>https://forum.cloudron.io/post/101043</link><guid isPermaLink="true">https://forum.cloudron.io/post/101043</guid><dc:creator><![CDATA[ivan-petro]]></dc:creator><pubDate>Sat, 01 Feb 2025 10:16:10 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Sat, 01 Feb 2025 01:39:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> This fixed my issue I was having setting up my new cloudron server.</p>
]]></description><link>https://forum.cloudron.io/post/101040</link><guid isPermaLink="true">https://forum.cloudron.io/post/101040</guid><dc:creator><![CDATA[CodyS]]></dc:creator><pubDate>Sat, 01 Feb 2025 01:39:10 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 22:12:40 GMT]]></title><description><![CDATA[<p dir="auto">The fix is like this:</p>
<ul>
<li>Edit <code>/home/yellowtent/box/src/dns/cloudflare.js</code></li>
<li>Locate the line <code>const zoneId = result[0].zone_id;</code></li>
<li>Replace the above line with <code>const zoneId = zone.id;</code></li>
<li><code>systemctl restart box</code></li>
</ul>
<p dir="auto">We will make a new patch release next week with this change.</p>
]]></description><link>https://forum.cloudron.io/post/101031</link><guid isPermaLink="true">https://forum.cloudron.io/post/101031</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 31 Jan 2025 22:12:40 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 22:10:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivan-petro" aria-label="Profile: ivan-petro">@<bdi>ivan-petro</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/sarkriss" aria-label="Profile: sarkriss">@<bdi>sarkriss</bdi></a> we found the problem. Cloudflare has recently removed a field from their response! They used to have a zone_id field in the list records API. This field has been removed. This field named <code>zone_id</code> is not in the latest docs - <a href="https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/list/#(params)%20default%20%3E%20(param)%20comment%20%3E%20(schema)" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/list/#(params) default &gt; (param) comment &gt; (schema)</a> . But it was there back when we wrote the code (almost 6-8 years ago):</p>
<p dir="auto"><a href="https://web.archive.org/web/20220308033127/https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records" target="_blank" rel="noopener noreferrer nofollow ugc">https://web.archive.org/web/20220308033127/https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records</a></p>
<p dir="auto"><img src="/assets/uploads/files/1738361433770-63f0f23a-9ce8-4972-8999-998f7ae958dd-image-resized.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/101030</link><guid isPermaLink="true">https://forum.cloudron.io/post/101030</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 31 Jan 2025 22:10:39 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 20:35:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi there, I have the same exact problem. It's weird, I've setup other Cloudron instances in the past, with no problem at all <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
]]></description><link>https://forum.cloudron.io/post/101027</link><guid isPermaLink="true">https://forum.cloudron.io/post/101027</guid><dc:creator><![CDATA[sarkriss]]></dc:creator><pubDate>Fri, 31 Jan 2025 20:35:36 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 20:03:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivan-petro" aria-label="Profile: ivan-petro">@<bdi>ivan-petro</bdi></a> Per your logs, all the operations succeeded. Only the delete didn't work. The code essentially makes the same call as the curl I posted. It's not clear to me why the curl can work but Cloudron cannot. This issue is always reproducible or was it temporary? If it's always reprooducible, can you drop us a mail to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> . We can debug this further .</p>
]]></description><link>https://forum.cloudron.io/post/101025</link><guid isPermaLink="true">https://forum.cloudron.io/post/101025</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 31 Jan 2025 20:03:52 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 12:55:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> , may be something wrong with my Cloudlfare account. Can you give me all API requests that Cloudron did when setup new domain with Cloudflare?<br />
I will check it manually.</p>
]]></description><link>https://forum.cloudron.io/post/101006</link><guid isPermaLink="true">https://forum.cloudron.io/post/101006</guid><dc:creator><![CDATA[ivan-petro]]></dc:creator><pubDate>Fri, 31 Jan 2025 12:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 12:03:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivan-petro" aria-label="Profile: ivan-petro">@<bdi>ivan-petro</bdi></a> not sure why this fails in code since the equivalent of the curl call is what the code also does. The code works for my cloudflare test domain, so I am trying to think what else is different. When you did the curl call did you happen to check the http response code? It should be 200 (but according to the error it is getting 404)</p>
]]></description><link>https://forum.cloudron.io/post/101004</link><guid isPermaLink="true">https://forum.cloudron.io/post/101004</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 31 Jan 2025 12:03:07 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 11:27:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a>,</p>
<p dir="auto">Yes, I tried the manual API call, and the record was successfully deleted. Here is the result:</p>
<pre><code>{
  "result": {
    "id": "9c9e0a4db92748e2dfb0fada09e574fc"
  },
  "success": true,
  "errors": [],
  "messages": []
}
</code></pre>
<p dir="auto">Since the manual API call worked without issues, could it be that Cloudron isn't making the correct API request due to my last migration? I'm not entirely sure how it might be connected, but it's worth mentioning.</p>
<p dir="auto">For reference, my last request was posted here: <a href="https://forum.cloudron.io/topic/13166/can-t-start-cloudron-service-after-default-data-directory-migration/7">https://forum.cloudron.io/topic/13166/can-t-start-cloudron-service-after-default-data-directory-migration/7</a></p>
<p dir="auto">Currently, all services are functioning properly otherwise.</p>
<p dir="auto">Please let me know if there are any further steps to resolve this.</p>
]]></description><link>https://forum.cloudron.io/post/101001</link><guid isPermaLink="true">https://forum.cloudron.io/post/101001</guid><dc:creator><![CDATA[ivan-petro]]></dc:creator><pubDate>Fri, 31 Jan 2025 11:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 09:44:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivan-petro" aria-label="Profile: ivan-petro">@<bdi>ivan-petro</bdi></a> Can you try this curl command</p>
<pre><code>curl -vX DELETE -H 'Authorization: Bearer yourtoken' https://api.cloudflare.com/client/v4/zones/ZONE_ID/dns_records/9c9e0a4db92748e2dfb0fada09e574fc
</code></pre>
<p dir="auto">You have to fill in <code>yourtoken</code> with the Cloudflare token.</p>
<p dir="auto">You have to fill in <code>ZONE_ID</code> . Maybe this is visible somewhere in Cloudflare UI.</p>
<p dir="auto">9c9e0a4db92748e2dfb0fada09e574fc is the record id (from the log file you posted). No need to change this.</p>
]]></description><link>https://forum.cloudron.io/post/100996</link><guid isPermaLink="true">https://forum.cloudron.io/post/100996</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 31 Jan 2025 09:44:22 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 09:23:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a>,</p>
<p dir="auto">Yes, the cloudrontestdns record is still visible in the Cloudflare dashboard. The issue occurs after this record is added, and the process fails immediately afterward.</p>
<p dir="auto">Here are the current details of the record in the domain's DNS settings:</p>
<pre><code>Type: A
Name: cloudrontestdns
Content: 127.0.0.1 (local IP)
Proxy Status: DNS only
TTL: 2 minutes
</code></pre>
<p dir="auto">Please let me know if you need any further details or steps to troubleshoot this.</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.cloudron.io/post/100995</link><guid isPermaLink="true">https://forum.cloudron.io/post/100995</guid><dc:creator><![CDATA[ivan-petro]]></dc:creator><pubDate>Fri, 31 Jan 2025 09:23:23 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Cloudflare Domain Installation on Fri, 31 Jan 2025 08:48:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivan-petro" aria-label="Profile: ivan-petro">@<bdi>ivan-petro</bdi></a> is the cloudrontestdns record still visible in cloudflare dashboard? For some reason, the delete API call returned 404 (invalid api) .</p>
]]></description><link>https://forum.cloudron.io/post/100994</link><guid isPermaLink="true">https://forum.cloudron.io/post/100994</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 31 Jan 2025 08:48:36 GMT</pubDate></item></channel></rss>