FilamentF
Filament15mo 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';
}


also here's route:list
image.png
image.png
Was this page helpful?