Hello
Im copying an inertia view and copying it to a tenant directory under the views folder. It keeps coming up with a error saying the file isnt available locally. Any help would be great.
Ive checked the project source code and this always returns false for isLocal()...
LoadViews.php
public function load(WebsiteEvent $event) { if ($this->directory()->isLocal()) {


