404 on admin/new (Filament\Pages\Tenancy\RegisterTenant)
Hi, I am using multi-tenancy and have created a tenant registration page as described in the docs.
CreatePlateform.php
AdminPanelProvider.php
route:list
If I click on "Create new plateform" in the menu, I get a "404 | Not found" error.
Could it be a permission problem? I am using althinect/filament-spatie-roles-permissions. But wouldn't this throw a 403 error? I have a "Super Admin" role, but they are attachted to the exiting tenants (one role per tenant).
Thank you
1 Reply
Solution
Adding a canView() function to the page fixes the issue