© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
ngoquocdat

404 on own panel

Hi guys,

I'm developing a custom panel for my web application, and I'm encountering a 404 error when trying to access it. I've already dumped
Filament::getCurrentPanel()
Filament::getCurrentPanel()
in the
booted
booted
method of my service provider, and it appears to have the correct data. What could be causing the 404 error?

return $panel
            ->id('cp')
            ->path('cp')
            ->default()
            ->middleware([
                'web',
                'core',
            ])
            ->authMiddleware([
                'auth',
            ]);
return $panel
            ->id('cp')
            ->path('cp')
            ->default()
            ->middleware([
                'web',
                'core',
            ])
            ->authMiddleware([
                'auth',
            ]);
image.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

Panel /Admin error 404
FilamentFFilament / ❓┊help
2y ago
Tenant panel gives 404
FilamentFFilament / ❓┊help
3y ago
Panel giving 404 in production
FilamentFFilament / ❓┊help
15mo ago
Multi-tenancy panel giving 404
FilamentFFilament / ❓┊help
3y ago