Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by julienborgeon Jul 16, 2026

That part is actually expected: rackslide.org works over HTTP because the A records are correct.

However, GitHub Pages also checks the alternate domain www.rackslide.org (notice the www) before it can issue HTTPS. Since www isn’t configured yet, GitHub treats the domain setup as incomplete, which causes the NotServedByPagesError.

To fix it, just add this DNS record:

CNAME www rackslide.github.io

Then wait for DNS to propagate, re-add the custom domain in Settings → Pages, and enable Enforce HTTPS. Then HTTPS should work and the error will disappear.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@chriskewl
Comment options

@julienborgeon
Comment options

Answer verified by Admin Jul 16, 2026
@julienborgeon
Comment options

@chriskewl
Comment options

@julienborgeon
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question Ask and answer questions about GitHub features and usage
3 participants