-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
What is the issue?
Running art route:list from Homestead outputs an error (see below).
What are the steps to reproduce this issue?
- SSH into Homestead and navigate to the
v6site folder. - Run
art route:list
What were you expecting to happen?
Index of all active routes should appear in table format.
Any logs, error output, etc?
➜ fusioncms-v6 git:(...) ✗ art route:list
In Container.php line 806:
Target class [App\Http\Controllers\Web\Auth\ConfirmPasswordController] does not exist.
In Container.php line 804:
Class App\Http\Controllers\Web\Auth\ConfirmPasswordController does not exist
Any other comments?
To remediate, remove confirmation route(s):
Auth::routes([
...
'confirm' => false
]);
With limited research it appears that the password.confirm route requires the requested middleware, which doesn't exist anywhere in the project or vendor folder. Eventually we'll want to include password reset/confirmation functionality, so the work-around should only be used for your local usage.
What versions of software are you using?
Browser: Chrome 77
FusionCMS: v6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working