Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route [password.reset] not defined #3644

Closed
keizah7 opened this issue Nov 18, 2021 · 5 comments
Closed

Route [password.reset] not defined #3644

keizah7 opened this issue Nov 18, 2021 · 5 comments
Labels
bug Verified bug by the Nova team

Comments

@keizah7
Copy link

keizah7 commented Nov 18, 2021

  • Laravel Version: 8.72
  • Nova Version: 3.30
  • PHP Version: 8.0.8
  • Database Driver & Version:

Fresh install shows exception on resetting password.

Symfony\Component\Routing\Exception\RouteNotFoundException
Route [password.reset] not defined.

https://subdomain.domain.test/password/email

Maybe it is related to #3542

@crynobone
Copy link
Member

password.reset should be reserved for your application's main password reset page and Nova only uses nova.password.reset. Please use php artisan route:list --name=nova to check available route name registered by Nova.

@crynobone crynobone reopened this Nov 18, 2021
@crynobone
Copy link
Member

Broken via laravel/framework#39652

@crynobone crynobone added the bug Verified bug by the Nova team label Nov 18, 2021
@keizah7

This comment has been minimized.

@crynobone
Copy link
Member

Fixed in 8.73.0

@github-actions
Copy link

github-actions bot commented Dec 5, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Verified bug by the Nova team
Projects
None yet
Development

No branches or pull requests

2 participants