I’m new to the OctoberCMS and I wanted to try to install with laravel sail.
I used the following URL: Installing with Laravel Sail
But it seems to install to a certain point and then you start getting the following error:
RecursiveDirectoryIterator::__construct(/var/www/html/plugins/october): Failed to open directory: No such file or directory
We actually had the same issue after upgrading the RainLab Pages plugin from 1.5.x to 2.x. Setting the docker sharing implementation to gRPC FUSE solved the issue. Thanks a lot!