I’m currently in the chapter 14, for Password Autofill, and I successfully ran the requested commands, until the following one :
I tried to initialize vapor with heroku with the command vapor heroku init
in the AppManager-server
directory, but I can’t finish the initialization properly :
Would you like to provide a custom Heroku app name?
y/n> y
Custom app name:
> app-manager
Would you like to deploy to a region other than the US?
y/n> y
Region code (us/eu):
> eu
https://app-manager.herokuapp.com/ | https://git.heroku.com/app-manager.git
Would you like to provide a custom Heroku buildpack?
y/n> n
Setting buildpack...
Are you using a custom Executable name?
y/n> n
Setting procfile...
Error: Error Domain=NSCocoaErrorDomain Code=260 "The folder “checkouts” doesn’t exist." UserInfo={NSFilePath=./.build/checkouts/, NSUserStringVariant=(
Folder
), NSUnderlyingError=0x7ffcd2e00990 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
Could you help me please ?