App doesn't handle 403 from Cloudflare #77

Closed
opened 2021-11-10 18:32:40 +02:00 by inex · 1 comment

When trying to set up a server on .ml domain, Cloudflare returns 403 with the following body:

{
  "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": []
}

Application hangs on "create server" stage.

Server and volume on Hetzner are created.

When trying to set up a server on `.ml` domain, Cloudflare returns 403 with the following body: ``` { "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": [] } ``` Application hangs on "create server" stage. **Server and volume on Hetzner are created**.
NaiJi added the
Bug
label 2022-05-04 23:00:57 +03:00
NaiJi self-assigned this 2022-05-16 21:37:21 +03:00
Collaborator

Resolved here, will be merged together with everything else planned on the branch 🍺

Resolved [here](https://git.selfprivacy.org/kherel/selfprivacy.org.app/commit/10488d6832d9128c1c3366a7b27b850ca31a8e0b), will be merged together with everything else planned on the branch 🍺
inex closed this issue 2022-06-17 12:45:13 +03:00
NaiJi added the
Fixed
label 2022-06-24 21:05:23 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SelfPrivacy/selfprivacy.org.app#77
There is no content yet.