Hello... I want to create a custom domain with a wildcard, something like ``` routes = [ { patt

Hello...
I want to create a custom domain with a wildcard, something like
routes = [
    { pattern = "*.mydomain.com/*", custom_domain = true }
]

Which fails with:
✘ [ERROR] Cannot use "*.wix-app-test2.run/*" as a Custom Domain; wildcard operators (*) are not allowed

Now, I know that this is possible from withing the Dashboard (we have such a custom domain). This means that we cannot use our Wrangler integration, because it will eigther fail, or remove the wildcard setup (if I don't have it in my wrangler config).
Is there a solution for that?
🙏
Was this page helpful?