Custom Domain - Awaiting certificates

My toml


app = "mejamakan-production"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[env]

[experimental]
  allowed_public_ports = []
  auto_rollback = true

[[services]]
  http_checks = []
  internal_port = 3000
  processes = ["app"]
  protocol = "tcp"
  script_checks = []
  [services.concurrency]
    hard_limit = 25
    soft_limit = 20
    type = "connections"

  [[services.ports]]
    force_https = true
    handlers = ["http"]
    port = 80

  [[services.ports]]
    handlers = ["tls", "http"]
    port = 443

  [[services.tcp_checks]]
    grace_period = "1s"
    interval = "15s"
    restart_limit = 0
    timeout = "2s"

The domain is mejamakan.my

I followed the custom domain tutorial and i’m not sure whats causing the problem. Saw kurt saying in another post that the fix was to add port 443 in my port services but i think i set that up already in the toml. Please advise thanks

Seems like there’s an ongoing issue with certificates impacting many people. See: cert not being issued after 12h

We’ve updated our status page. It’s likely due to some routing issues we are having with newly allocated ipv6 addresses.

I am having similar issues now. And when I visit the custom domain it’s not redirecting to my fly.dev page. I have added the A and AAAA records in my Google Domains page. It’s been 4 hours and it still says the The certificate for has not been issued yet.