not found error

i just update v2 to v3 and next i had thiss error. Where will the problem be?
No description
8 Replies
gigiloouu
gigiloouu4mo ago
anyone can helpme? i have no idea why its not works 😄 i try php artisan filament:upgrade also i delete vendor folder and install it again but i have still this error
gladjanus43
gladjanus434mo ago
Are your routes present for the admin route? php artisan route:list and then check if you have your admin routes maybe? If not you could try php artisan route:clear
gigiloouu
gigiloouu4mo ago
php artisan route:list
PHP Warning: Module "intl" is already loaded in Unknown on line 0

GET|HEAD / ..............................................................................................................
POST _ignition/execute-solution ....... ignition.executeSolution › Spatie\LaravelIgnition › ExecuteSolutionController
GET|HEAD _ignition/health-check ................... ignition.healthCheck › Spatie\LaravelIgnition › HealthCheckController
POST _ignition/update-config ................ ignition.updateConfig › Spatie\LaravelIgnition › UpdateConfigController
GET|HEAD api/user .......................................................................................................
GET|HEAD filament/exports/{export}/download ............... filament.exports.download › Filament\Actions › DownloadExport
GET|HEAD filament/imports/{import}/failed-rows/download filament.imports.failed-rows.download › Filament\Actions › Downl…
GET|HEAD livewire/livewire.js ............................... Livewire\Mechanisms › FrontendAssets@returnJavaScriptAsFile
GET|HEAD livewire/livewire.min.js.map ......................................... Livewire\Mechanisms › FrontendAssets@maps
GET|HEAD livewire/preview-file/{filename} ...... livewire.preview-file › Livewire\Features › FilePreviewController@handle
POST livewire/update ............................ livewire.update › Livewire\Mechanisms › HandleRequests@handleUpdate
POST livewire/upload-file .................... livewire.upload-file › Livewire\Features › FileUploadController@handle
GET|HEAD sanctum/csrf-cookie .......................... sanctum.csrf-cookie › Laravel\Sanctum › CsrfCookieController@show

Showing [13] routes
php artisan route:list
PHP Warning: Module "intl" is already loaded in Unknown on line 0

GET|HEAD / ..............................................................................................................
POST _ignition/execute-solution ....... ignition.executeSolution › Spatie\LaravelIgnition › ExecuteSolutionController
GET|HEAD _ignition/health-check ................... ignition.healthCheck › Spatie\LaravelIgnition › HealthCheckController
POST _ignition/update-config ................ ignition.updateConfig › Spatie\LaravelIgnition › UpdateConfigController
GET|HEAD api/user .......................................................................................................
GET|HEAD filament/exports/{export}/download ............... filament.exports.download › Filament\Actions › DownloadExport
GET|HEAD filament/imports/{import}/failed-rows/download filament.imports.failed-rows.download › Filament\Actions › Downl…
GET|HEAD livewire/livewire.js ............................... Livewire\Mechanisms › FrontendAssets@returnJavaScriptAsFile
GET|HEAD livewire/livewire.min.js.map ......................................... Livewire\Mechanisms › FrontendAssets@maps
GET|HEAD livewire/preview-file/{filename} ...... livewire.preview-file › Livewire\Features › FilePreviewController@handle
POST livewire/update ............................ livewire.update › Livewire\Mechanisms › HandleRequests@handleUpdate
POST livewire/upload-file .................... livewire.upload-file › Livewire\Features › FileUploadController@handle
GET|HEAD sanctum/csrf-cookie .......................... sanctum.csrf-cookie › Laravel\Sanctum › CsrfCookieController@show

Showing [13] routes
there is when i update v3 next i have this error before it was working fine i do also php artisan route:clear but it not works
gladjanus43
gladjanus434mo ago
Im not seeing the admin route in this list...
gigiloouu
gigiloouu4mo ago
yep me too d and what i should do ?
gladjanus43
gladjanus434mo ago
should be something like filament.admin.resources.{resource}.{edit/create/index} etc. Not seeing that one?
gigiloouu
gigiloouu4mo ago
i have filament/resurces/ and next resources but i have not admin its not necessary i think it was working without that too
gladjanus43
gladjanus434mo ago
Dont know how the v2 version worked but v3 has this structure for the routes. When they are not present then of course you cannot reach the login page... You followed every step from the upgrade guide? What is inside the file AdminPanelProvider?