Sage 9 beta 2 + 'Tailor Editor' Giving 'View' Error

Using Sage 9 beta 2 with Trellis and Bedrock (out of the box, no changes, yarn build done) gives the following error when using the ‘Tailor this page’ (https://github.com/andrew-worsfold/tailor)

! ) Fatal error: Uncaught InvalidArgumentException: View [] not found.
    in /(...)/mytheme/vendor/illuminate/view/FileViewFinder.php on line 137
( ! ) InvalidArgumentException: View [] not found.
    in /(...)/mytheme/vendor/illuminate/view/FileViewFinder.php on line 137

Is this a bug with the beta or am I doing something wrong?

Thank you!

Full Error Bellow:

( ! ) Fatal error: Uncaught InvalidArgumentException: View [] not found.
    in /srv/www/mysite/current/web/app/themes/mytheme/vendor/illuminate/view/FileViewFinder.php on line 137
( ! ) InvalidArgumentException: View [] not found.
    in /srv/www/mysite/current/web/app/themes/mytheme/vendor/illuminate/view/FileViewFinder.php on line 137
Call Stack
#	Time	Memory	Function	Location
1	0.2014	355872	{main}( )	.../index.php:0
2	0.2048	357824	require( '/srv/www/mysite/current/web/wp/wp-blog-header.php' )	.../index.php:5
3	1.6093	39370536	require_once( '/srv/www/mysite/current/web/wp/wp-includes/template-loader.php' )	.../wp-blog-header.php:19
4	1.6192	39561168	apply_filters( )	.../template-loader.php:73
5	1.6192	39561568	WP_Hook->apply_filters( )	.../plugin.php:203
6	1.7115	40885184	App\{closure}( )	.../class-wp-hook.php:298
7	1.7146	40912320	App\template( )	.../filters.php:57
8	1.7147	40912320	Roots\Sage\Template\Blade->render( )	.../helpers.php:57
9	1.7147	40912320	Roots\Sage\Template\Blade->make( )	.../Blade.php:51
10	1.7147	40912696	Roots\Sage\Template\Blade->__call( )	.../Blade.php:51
11	1.7147	40913072	call_user_func_array:{/srv/www/mysite/current/web/app/themes/mytheme/src/lib/Sage/Template/Blade.php:127} ( )	.../Blade.php:127
12	1.7147	40913496	Illuminate\View\Factory->make( )	.../Blade.php:127
13	1.7155	40916336	Illuminate\View\FileViewFinder->find( )	.../Factory.php:128
14	1.7155	40916336	Illuminate\View\FileViewFinder->findInPaths( )	.../FileViewFinder.php:79

[Bumping] :blush:

Tailor is a really nice editor! and was even suggested here a few times.
Is this something I’m doing wrong or is really an issue with Sage9-beta2?

I’m able to reproduce the error, but the customizer refreshes shortly after the error appears and then Tailor works without issues.

Are you not able to use it after seeing the error?

Hello @ben, sorry for the late reply but I’ve been finishing off a close-to-deadline project :sweat_smile:

In my case the tailor builder does not open at all, even on staging/production.

Any ideas?