No information about NotServedByPagesError
in GitHub pages documentation
#35168
-
Creating the GitHub page, I has been told:
If try to search NotServedByPagesError in GitHub Pages official documentation, no search results will be: The interesting thing is despite the error page is displaying on specified domain! Additional informationAbout GitHub pages limitations
To be honest, I has not understood this limitation correctly. DNS recordsThe current DNS records are: The A recordings has been set according the instructions for apex domain. The CNAME records has been set according Configuring a subdomain instuctions. Screenshot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
DNS propagation is not immediate. GitHub will not be able to tell you if your DNS configuration is good until it resolves from our side of the Internet. If you are curious about the code that leaks in the error message, it comes from https://github.com/github/pages-health-check/blob/e1d29db4510709f7bd8095a4b534575cb90b0f14/lib/github-pages-health-check/errors/not_served_by_pages_error.rb#L6. Checking your site now, I can tell your certificate has been obtained so I assume DNS eventually propagated. |
Beta Was this translation helpful? Give feedback.
DNS propagation is not immediate. GitHub will not be able to tell you if your DNS configuration is good until it resolves from our side of the Internet.
If you are curious about the code that leaks in the error message, it comes from https://github.com/github/pages-health-check/blob/e1d29db4510709f7bd8095a4b534575cb90b0f14/lib/github-pages-health-check/errors/not_served_by_pages_error.rb#L6.
Checking your site now, I can tell your certificate has been obtained so I assume DNS eventually propagated.