{"record":{"id":"835b86b27b685d58","repo":"filamentphp/filament","slug":"page-static-class-is-not-registered-to-the-re","errorCode":null,"errorMessage":"Page [{static::class}] is not registered to the resource [{static::getResource()}].","messagePattern":"Page \\[(.+?)\\] is not registered to the resource \\[(.+?)\\]\\.","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"packages/panels/src/Resources/Pages/Page.php","lineNumber":133,"sourceCode":"        return static::getResource()::getUrl(static::getResourcePageName(), $parameters, $isAbsolute, $panel, $tenant, $shouldGuessMissingParameters, $configuration);\n    }\n\n    public static function getResourcePageName(): string\n    {\n        return static::$cachedResourcePageNames[static::class] ??= static::resolveResourcePageName();\n    }\n\n    protected static function resolveResourcePageName(): string\n    {\n        foreach (static::getResource()::getPages() as $pageName => $pageRegistration) {\n            if ($pageRegistration->getPage() !== static::class) {\n                continue;\n            }\n\n            return $pageName;\n        }\n\n        throw new LogicException('Page [' . static::class . '] is not registered to the resource [' . static::getResource() . '].');\n    }\n\n    public static function route(string $path): PageRegistration\n    {\n        return new PageRegistration(\n            page: static::class,\n            route: fn (Panel $panel): Route => RouteFacade::get($path, static::class)\n                ->middleware(static::getRouteMiddleware($panel))\n                ->withoutMiddleware(static::getWithoutRouteMiddleware($panel)),\n        );\n    }\n\n    public static function getEmailVerifiedMiddleware(Panel $panel): string\n    {\n        return static::getResource()::getEmailVerifiedMiddleware($panel);\n    }\n\n    public static function isEmailVerificationRequired(Panel $panel): bool","sourceCodeStart":115,"sourceCodeEnd":151,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/panels/src/Resources/Pages/Page.php#L115-L151","documentation":"Error \"Page [{static::class}] is not registered to the resource [{static::getResource()}].\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/panels/src/Resources/Pages/Page.php:133 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}