Profile page with tenancy/parameter not set 'tenant' in getUrl()
Currently using Filament and Tenancy for Laravel, and I successfully implemented the split-database and all that.
However, while the "tenant profile" works perfectly and the profile works on the main panel, when using my tenant panel (identified by subdomain), the tenant isn't set on the user profile page, thus causing an error in the URL generation for all the nav links (using full page, not simple.)
Anybody has an idea as to why that page doesn't work properly?
1 Reply
Anyone?
Up
Any ideas by anyone? I tried manually setting the tenant with Filament::setTenant() but somehow it seems that on that page, it doesn't want to load the tenant.