Error 522 - Cloudflare pages

I have a 522 error but it appears that the web page has been active, I don't know what could be happening
No description
No description
10 Replies
Walshy
Walshy•9mo ago
did you add to Pages custom domains?
danielsqm
danielsqmOP•9mo ago
yes 😮
No description
Walshy
Walshy•9mo ago
you added the apex but you're accessing www
curl https://dyegon.com -s -v 2>&1 | grep '< HTTP/2'
< HTTP/2 200
curl https://dyegon.com -s -v 2>&1 | grep '< HTTP/2'
< HTTP/2 200
apex is working
danielsqm
danielsqmOP•9mo ago
Would this fix it?
No description
danielsqm
danielsqmOP•9mo ago
www -> www.dyegon.com ? 😮
Walshy
Walshy•9mo ago
that won't change anything right now either add www to custom domains or redirect www -> apex
danielsqm
danielsqmOP•9mo ago
No description
danielsqm
danielsqmOP•9mo ago
Would this be the solution? add www in custom domains?
Walshy
Walshy•9mo ago
yep that will work
curl https://www.dyegon.com -s -v 2>&1 | grep '< HTTP/2'
< HTTP/2 200
curl https://www.dyegon.com -s -v 2>&1 | grep '< HTTP/2'
< HTTP/2 200
and it's resolving now
danielsqm
danielsqmOP•9mo ago
really thank you very much

Did you find this page helpful?