The error is occurring in a third-party Symfony utility (Finder.php), check if there are any configurations or references in the Vapor setup that expect the directory to be named with a lowercase "config." Updating the references to match the actual directory name should resolve the issue. https://www.livetheorangelife.net/
Aug 2, 2023
6
Level 9
BookStack + Vapor = Deploy failing on directory not existing
Hi all, I'm trying to deploy BookStack to vapor. Having forked the repo I attempt to deploy to Vapor but get the following error:
$ vapor deploy production
Building project...
==> Validating Manifest File
==> Copying Application Files
==> Harmonizing Configuration Files
In Finder.php line 640:
The "/Users/robjohnston/sites/BookStack/.vapor/build/app/config" directory does not exist.
Looking for the directory there is a Config but not a config
Finder.php is a symphony util, I'm not sure I'm qualified to do much digging in there.
I feel like I must be missing something quite simple but everything seems to be OK.
Any thoughts?
Please or to participate in this conversation.