© 2026 Hedgehog Software, LLC

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

cpanel 404 error

Hi there,

My project was functioning correctly on my local environment, but when I deployed it on the Cpanel server, the
/admin
/admin
page was giving a
404
404
error.

I realized that it wasn't detecting the service providers (as I had experienced in previous projects).

So, I added these service providers to the list of providers in the
config/app.php
config/app.php
file:

Filament\FilamentServiceProvider::class,
Filament\Forms\FormsServiceProvider::class,
Filament\Tables\TablesServiceProvider::class,
Filament\Widgets\WidgetsServiceProvider::class,
Filament\Support\SupportServiceProvider::class,
Filament\Actions\ActionsServiceProvider::class,
Filament\Infolists\InfolistsServiceProvider::class,
Filament\Notifications\NotificationsServiceProvider::class,
Filament\FilamentServiceProvider::class,
Filament\Forms\FormsServiceProvider::class,
Filament\Tables\TablesServiceProvider::class,
Filament\Widgets\WidgetsServiceProvider::class,
Filament\Support\SupportServiceProvider::class,
Filament\Actions\ActionsServiceProvider::class,
Filament\Infolists\InfolistsServiceProvider::class,
Filament\Notifications\NotificationsServiceProvider::class,


After doing that, the
404
404
error was resolved, but I encountered a
500
500
error, and I've attached its image.

Could you please guide me on how to proceed?

Thanks
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

Deploy error on cpanel
FilamentFFilament / ❓┊help
3y ago
404 error
FilamentFFilament / ❓┊help
13mo ago
404 error on create
FilamentFFilament / ❓┊help
2y ago
Panel /Admin error 404
FilamentFFilament / ❓┊help
2y ago