Pelican-Elegant / elegant

Best theme for Pelican Static Blog Generator
https://elegant.oncrashreboot.com/
MIT License
294 stars 184 forks source link

[BUG] Main website host (elegant.oncrashreboot.com) is NXDOMAIN #885

Closed neirbowj closed 1 year ago

neirbowj commented 1 year ago

Description

Describe the bug

When attempting to visit the Pelican Elegant web page, the browser reports "Server Not Found".

To Reproduce Steps to reproduce the behavior:

  1. Navigate to https://elegant.oncrashreboot.com/
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

The project's website is reachable.

Screenshots If applicable, add screenshots to help explain your problem.

Screen Shot 2022-09-09 at 18 42 53

Via Quad9 public DNS resolver:

$ dig @2620:fe::fe elegant.oncrashreboot.com a

; <<>> DiG 9.18.5 <<>> @2620:fe::fe elegant.oncrashreboot.com a
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 17384
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;elegant.oncrashreboot.com. IN  A

;; AUTHORITY SECTION:
oncrashreboot.com.  3600    IN  SOA cleo.ns.cloudflare.com. dns.cloudflare.com. 2287182796 10000 2400 604800 3600

;; Query time: 15 msec
;; SERVER: 2620:fe::fe#53(2620:fe::fe) (UDP)
;; WHEN: Fri Sep 09 18:45:40 EDT 2022
;; MSG SIZE  rcvd: 113
$ dig @2620:fe::fe elegant.oncrashreboot.com aaaa

; <<>> DiG 9.18.5 <<>> @2620:fe::fe elegant.oncrashreboot.com aaaa
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 907
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;elegant.oncrashreboot.com. IN  AAAA

;; AUTHORITY SECTION:
oncrashreboot.com.  3600    IN  SOA cleo.ns.cloudflare.com. dns.cloudflare.com. 2287182796 10000 2400 604800 3600

;; Query time: 25 msec
;; SERVER: 2620:fe::fe#53(2620:fe::fe) (UDP)
;; WHEN: Fri Sep 09 18:46:05 EDT 2022
;; MSG SIZE  rcvd: 113

Desktop (please complete the following information):

lcfd commented 1 year ago

👋 Now it shows ERR_NAME_NOT_RESOLVED.

talha131 commented 1 year ago

@lcfd and @neirbowj thanks for reporting this issue. @silverhook had pointed this issue to me via email.

I recently changed the domain registrar from NameCheap to CloudFlare which has broken the subdomain elegant.onCrashReboot.com.

I am trying to figure how to make the subdomain work with Netlify like it used to.

To my surprise, the root domain onCrashReboot.com is working fine and did not require any changes from me during the migration.

Please hang on.

talha131 commented 1 year ago

Thank you all for you patience.