I'm using Filament v4 with subdomain tenancy.
->tenant(Organization::class, slugAttribute: 'slug')
->tenantDomain('{tenant:slug}.my-application.test')
When I use the built-in tenant switcher, it doesn't correctly force the full browser redirect to the new subdomain structure.