spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

Invalid route action [...DuplicateSegmentController]. #132

Closed robindirksen1 closed 4 years ago

robindirksen1 commented 4 years ago

When I try to install the latest version (2.4.1), I get this issue:

Invalid route action: [App\Http\Controllers\Spatie\Mailcoach\Http\App\Controllers\EmailLists\Segments\DuplicateSegmentController].

Can be fixed by changing this:

Route::post('duplicate', DuplicateSegmentController::class)->name('mailcoach.emailLists.segment.duplicate');

to

Route::post('duplicate', '\\'.DuplicateSegmentController::class)->name('mailcoach.emailLists.segment.duplicate');

in mailcoach-ui.php

freekmurze commented 4 years ago

Thanks for reporting this. A new release that includes this fix has been tagged.