Multi Tenancy SubDomain 404 Not found

Hi i am having trouble with subdomains on my Filament 4 multi tenant app.

This is setup
AdminPanelProvider
   ->tenant(model: Company::class, slugAttribute: 'slug')
   ->tenantDomain(config('project.subdomain_template'))

  Resource::scopeToTenant(false);


After login i get redirection to subdomain which is good but i get 404 not found.

P.S. I am using herd.
Was this page helpful?