Anyone Here implemented Multi Tenancy with Multible Databases using filament?

I am using Stancl Library for Multitenancy and set it up correctly including auth.

But when i try to login from the tenant route , from filament admin login page, it searches for the user in the main app table.

Does anyone know how can i acheive this?

The Login from the tenants subdomain is working fine from my custom auth routes. The issue is with filament only
Was this page helpful?