When using TwillRoutes::getRouteGroupOptions() for grouping and TwillRoutes::getRouteMiddleware(), shouldn’t a user be redirected to twill login page when the session expired?
For a custom CMS page, which extends A17\Twill\Http\Controllers\Admin\Controller this doesn’t happen. Instead I receive the error that calling can() on null is not possible from within main.blade.php on Media library authorized check. Did I miss something?