Closed sagautam5 closed 5 months ago
your login route is redirecting to localhost:8000/blogs/login. And I think your login route is localhost:8000/login.
check your login path from config/filamentblog.php file. The login route must be incorrectly typed. Or hover over Login button below comment box and it will show the route it is redirecting to.
I have used the default config provided by package. I didn't published the config files.
I think this package does not provide any auth system. Use something like Laravel Breeze for authentication and configure your routes accordingly.
@classicAmitIn You are right, Thanks for the reply.
Steps to reproduce:
As per the docs, it should redirect to configured login page.