stechstudio / filament-impersonate

Filament plugin that makes it easy to impersonate your users
264 stars 54 forks source link

Not detect when using multi-tenancy filament #97

Open khairulimran-97 opened 3 weeks ago

khairulimran-97 commented 3 weeks ago

I apply multi-tenancy from filament usign custom domain

->tenant(Team::class, slugAttribute: 'domain')
->tenantDomain('{tenant:domain}');

When i impersonate to user tenant, it redirect to custom domain of tenant but not as impersonate user. Cannot go back to main url.

lhonay commented 5 days ago

DID YOU MAKE IT?