Bad URL on async job when having domain for panel v4
When I setup admin panel domain with
->domain('backend.domain.test')
and call filament()->getPanel('admin')->getUrl()
on a async job, I receive http://domain.test
instead of http://backend.domain.test
Is this a regression on V4 ?0 Replies