How to fix this? I figured out how to create an URL to a Mailing-List myself like this (using Demo-Seed):
http://test.local/subscribe/1
But it throws Error 500 and laravel.log indicates this
production.ERROR: View [subscribe.list] not found. {"userId":1,"email":"john.doe@gmail.com","exception":"[object] (InvalidArgumentException(code: 0): View [subscribe.list] not found. at /var/www/projects/laravel/laravel-newsletter/public/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:137)
Looks like there is a missing view?
It would also be great being able to generate/open the link from withing backend and List-View to the frontend URL (as new tab).
How to fix this? I figured out how to create an URL to a Mailing-List myself like this (using Demo-Seed): http://test.local/subscribe/1
But it throws Error 500 and laravel.log indicates this
Looks like there is a missing view?
It would also be great being able to generate/open the link from withing backend and List-View to the frontend URL (as new tab).