Hi, I'm trying to use two panels with two subdomains in filament 4. But the same panel is opening in both subdomains. When I'm configuring the panel, I'm setting the subdomains via
$panel->domain('sub1.domain.com')
$panel->domain('sub1.domain.com')
and
$panel->domain('sub2.domain.com')
$panel->domain('sub2.domain.com')
But in both, only the first panel is displayed. If I separate it by path, then it works correctly, and the correct panel is opening.