Open
Description
Describe the solution
I have HTTP routes pointing to a worker, where the route is a custom hostname creating in SSL for SaaS, e.g.:
my-ssl-for-saas-domain.com/*
βmy-production-worker
*.my-ssl-for-saas-domain.com/*
βmy-production-worker
I'm trying to get wrangler dev --remote
working, but the worker needs the hostname of the request set properly to work.
I've tried this:
wrangler dev --remote --env production --host my-ssl-for-saas-domain.com
β¦but get this error:
β [ERROR] Could not find zone for
my-ssl-for-saas-domain.com
. Make sure the domain is set up to be proxied by Cloudflare.
Is it possible for this to work, or is there another way to achieve this?
Metadata
Metadata
Assignees
Type
Projects
Status
Untriaged