I want to enable sass for an Worker API hosted on api.myapp.io. I want to redirect my customer `api

I want to enable sass for an Worker API hosted on api.myapp.io.

I want to redirect my customer api.customerapp.me to my hosted worker api.myapp.io

I've tried the following settings with no luck (Error code 522)

DNS Settings:

Type Name Content Proxy Status
AAAA api.myapp.io 100:: Proxied

Worker Routes:

Route Worker
api.myapp.io/ dh-api

SSL/TLS -> Custom Hostnames

Fallback Origin -> api.myapp.io

Custom Hostnames:

Custom Hostname Certificate status Expires on Hostname status Origin server
api.customerapp.me Active 2024-04-29 Active Default

I've added the generated TXT to my customer's dns setting.

Anything I'm missing? I'm following this doc https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/worker-as-origin/
Was this page helpful?