Panel domains not working on v4
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')
and
$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.1 Reply
Sounds like a regression: Please open an issue on GitHub