© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•7mo ago
Schilly

Redirects when using tenantDomain

Seems when you have the tenantDomain setup - it still tries to redirect to the slug provided instead of the domain...

For example the "logo" link at the top - it adds the slug to the existing URL string even though im using a domain name.

return $panel
            ->default()
            ->id('client')
            ->path('')
            ...
            ...
            ->tenant(Team::class, slugAttribute: 'domain')
            ->tenantRegistration(RegisterTeam::class)
            ->tenantProfile(EditTeamProfile::class)
            ->tenantDomain('{tenant:domain}.domain.test')
            ->tenantMenu(false);
return $panel
            ->default()
            ->id('client')
            ->path('')
            ...
            ...
            ->tenant(Team::class, slugAttribute: 'domain')
            ->tenantRegistration(RegisterTeam::class)
            ->tenantProfile(EditTeamProfile::class)
            ->tenantDomain('{tenant:domain}.domain.test')
            ->tenantMenu(false);


Yet the links seem to redirect to
https://TENANT.domain.test/tenant
https://TENANT.domain.test/tenant
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Redirects
FilamentFFilament / ❓┊help
3y ago
Dynamic slugAttribute for tenant and tenantDomain, bad?
FilamentFFilament / ❓┊help
5d ago
Test tenancy redirects
FilamentFFilament / ❓┊help
13mo ago
Redirects with Notifications?
FilamentFFilament / ❓┊help
3y ago