© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•6mo ago•
2 replies
jamesro

Schema has no [record()] or [state()] set.

Trying to upgrade to v4, and i'm reciving this error when trying to access my PostCreate page

Schema has no [record()] or [state()] set.

in my resource i have something like:

public static function form(Schema $schema): Schema
    {
        return $schema
            ->components([])
}
public static function form(Schema $schema): Schema
    {
        return $schema
            ->components([])
}


Any idea?
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

Infolist has no [record()] or [state()] set.
FilamentFFilament / ❓┊help
2y ago
InfoList components on create - Schema has no [record()] or [state()] set.
FilamentFFilament / ❓┊help
6mo ago
Create record navigation active state
FilamentFFilament / ❓┊help
11mo ago
How to hide Relation Manager table when state is empty or there is no record
FilamentFFilament / ❓┊help
3y ago