F
Filament3w ago
Medo

[Missing parameter: tenant] On custom tenant page ?

Hello I have Tenant Panel and I added Custom page to let user complete registration with addional required details after register so it before create new Workspace Tenant but custom page require tenant pram which is not available yet to provide I have tried to simulate the way how register tenant work but i can't. Here's created page
<?php

namespace App\Filament\Organizer\Pages;

use Filament\Pages\Concerns\HasRoutes;
use Filament\Pages\Page;
use Filament\Pages\SimplePage;

class FinishRegistrationDetails extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static string $view = 'filament.organizer.pages.finish-registration-details';
}
<?php

namespace App\Filament\Organizer\Pages;

use Filament\Pages\Concerns\HasRoutes;
use Filament\Pages\Page;
use Filament\Pages\SimplePage;

class FinishRegistrationDetails extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static string $view = 'filament.organizer.pages.finish-registration-details';
}
also here's route:list
No description
No description
1 Reply
Medo
Medo3w ago
When am using SimplePage it didn't show at all in route:list
Want results from more Discord servers?
Add your server