Troubleshooting: Unable to Access Admin Panel After Filament Update to Version 3

Apologies for the repeated inquiry, but I couldn't find an answer. After updating the filament from version 2 to version 3 and attempting to reinstall it multiple times, I'm unable to locate routes to access the admin panel. When trying to access /admin, it displays a 404 not found error. How can this issue be resolved?
Solution:
if you are updating from v2, it should have a Filament folder
Jump to solution
8 Replies
LeandroFerreira
LeandroFerreira3mo ago
run php artisan about --only=Filament what is the Filament version?
deodathus
deodathus3mo ago
php artisan about --only=Filament

Filament ..............................................................................................................................
Packages .............................................................................. filament, forms, notifications, support, tables
Version ....................................................................................................................... v3.2.57
Views ................................................................................................................... NOT PUBLISHED
php artisan about --only=Filament

Filament ..............................................................................................................................
Packages .............................................................................. filament, forms, notifications, support, tables
Version ....................................................................................................................... v3.2.57
Views ................................................................................................................... NOT PUBLISHED
LeandroFerreira
LeandroFerreira3mo ago
did you run php artisan filament:install ?
deodathus
deodathus3mo ago
"If I've done it several times, but nothing has changed."
LeandroFerreira
LeandroFerreira3mo ago
Is there a provider here app/Providers/Filament/AdminPanelProvider.php ?
deodathus
deodathus3mo ago
I don't know why, but there is absolutely no 'Filament' folder in my app anywhere. Could this be because the repository is connected to GitHub?
Solution
LeandroFerreira
LeandroFerreira3mo ago
if you are updating from v2, it should have a Filament folder
deodathus
deodathus3mo ago
Perhaps there's some issue on my end. When I installed version 2 from a GitHub repository, for some reason, the Filament folders weren't created, although they were created on the same project not connected. However, the admin panel was working. I manually transferred them and continued to work like that, but after the update, it stopped working altogether. I tried deleting Filament from the project and reinstalling it, but nothing changed, so I decided to reach out
Want results from more Discord servers?
Add your server
More Posts