Wildcard Subdomains in Pages (trying to migrate from vercel)

We want to migrate from vercel to cloudflare pages, we've already tested our app and everything seems to be working well for us (we had to upgrade to pages paid plan because of the size of our functions) but the only blocking thing for us is wildcard subdomains which seem to be unsupported at the moment (https://developers.cloudflare.com/pages/platform/known-issues/#custom-domains). Is there an ETA for this? Any workaround? This is literally the only thing stopping us from fully migrating everything to cloudflare.
Cloudflare Docs
Known issues · Cloudflare Pages docs
Here are some known bugs and issues with Cloudflare Pages:
1 Reply
aaaaaaaaaaaaaaaaa
You could use a Cloudflare Worker to proxy requests. The set up would be publishing a * CNAME pointing to the Cloudflare worker. Then have the worker make a GET/POST, etc. request to the pages site.