Route [filament.admin.auth.login] not defined.

Any ideas how to fix this?
7 Replies
jonathancoates
jonathancoatesOP2y ago
This was after an upgrade to v3
Dennis Koch
Dennis Koch2y ago
Did you run artisan filament:upgrade ? Also: Does you panel have a ->login() defined?
jonathancoates
jonathancoatesOP2y ago
Hey @Dennis Koch I got it working now! thank you
Dennis Koch
Dennis Koch2y ago
What was the issue? ->login()?
jonathancoates
jonathancoatesOP2y ago
No, I just didn't run filament:upgrade 🙂
Dennis Koch
Dennis Koch2y ago
Make sure it's part of your composer setup scripts as mentioned in the docs. This is the most important command for Filament.
jonathancoates
jonathancoatesOP2y ago
Ok great I will do thank you

Did you find this page helpful?