Hey @rp_st, I have multiple subdomains for the same domain A.x.com, B.x.com, C.x.com and the backend at api.x.com. They are all part of my SaaS platform, the difference is that each subdomain shows a different dashboard. I want to use the same backend so serve the 3 subdomains in the front, but at the backend I have to pass websiteDomain. Can we use regex to solve it? *.x.com? what is the best solution here?
Thank you 🙂