Hey everyone, I need some help with Cloudflare Pages.
I've deployed my app on Cloudflare Pages, and I'm trying to implement a multi-tenant feature where each user gets a custom subdomain like user.myapp.com or user2.myapp.com.
The problem is that Cloudflare Pages doesn’t support wildcard custom domains out of the box. I tried setting up bulk redirects to handle this, but I’m still getting a 522 error when accessing any of the custom subdomains.
Has anyone managed to get something like this working on Pages?
Is there a workaround using Workers or some DNS trick I might be missing?
Thanks in advance!
0 Replies