© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
Matte

Typed static property error when trying to activate cluster functionality

I'm trying to use the cluster functionality but I'm running into an error I can't get past. The cluster shows up in the main navigation but when I try to open
Users
Users
I get the following error:

Typed static property Filament\Pages\BasePage::$view must not be accessed before initialization
Typed static property Filament\Pages\BasePage::$view must not be accessed before initialization


I have removed everything and started over with an empty resource (see image) with the same result. Anyone experiences this one before?

Clusters\Users.php
<?php

namespace App\Filament\Clusters;

use Filament\Clusters\Cluster;

class Users extends Cluster
{
    protected static ?string $navigationIcon = 'fad-users';

    protected static ?int $navigationSort = 0;
}
<?php

namespace App\Filament\Clusters;

use Filament\Clusters\Cluster;

class Users extends Cluster
{
    protected static ?string $navigationIcon = 'fad-users';

    protected static ?int $navigationSort = 0;
}


Clusters\Users\Resources\User.php
protected static ?string $cluster = Users::class;
protected static ?string $cluster = Users::class;
Screenshot_2024-03-26_at_11.06.26.png
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

Typed static property Error after upgrading to V3
FilamentFFilament / ❓┊help
3y ago
Trying to Test Password Change Functionality
FilamentFFilament / ❓┊help
3y ago
Typed static property Filament\Resources\Pages\Page::$resource must not be accessed before...
FilamentFFilament / ❓┊help
2y ago
Error on the hidden method on Action (Typed property ...Component::$container)
FilamentFFilament / ❓┊help
3y ago