Remix app tutorial example giving 522

Hello! I followed this tutorial: https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/
I am able to visit the app I created via the
my-remix-app.pages.dev
link, but when I set up my custom domain, I get a 522 error. I have the following CNAME records added to my custom domain:
- CNAME | my-domain.com | my-remix-app.pages.dev
- CNAME | www | my-remix-app.pages.dev

Any help would be greatly appreciated!
Remix is a framework that is focused on fully utilizing the power of the web. Like Cloudflare Workers, it uses modern JavaScript APIs, and it places
Deploy a Remix site · Cloudflare Pages docs
Was this page helpful?