- 🇧🇪Belgium thierry.beeckmans
If you inspect the url, you'll probably have a reset link without /login at the end.
Adding the user.reset route to the override routes probably solves your issue.user.reset.login: path: '/user/reset/{uid}/{timestamp}/{hash}/login' user.reset: path: '/user/reset/{uid}/{timestamp}/{hash}'