My link for "Pages" is working, but my custom domain is not working

My Cloudflare Pages domain is not working

In my “Websites” section, It says “active”, but in Pages / custom Domains, it says inactive.

Please help! Site has been down a while because of this

What’s the domain?

for pages

http://justice-a83.pages.dev

and the Custom Domain is JusticeCoin.io

Thanks for your reply looking forward to getting this solved thank you champ!

It looks like the HTTP validation is being challenged:

$ curl -is https://justicecoin.io/.well-known/acme-challenge/randomstring | grep -E '(HTTP/2|title)'
HTTP/2 403
    <title>Just a moment...</title>

man that’s more than I knew thank you boss! How do I go about resolving that? I’m not seeing anything in documentation about it?