chasegiunta / craft-vue

All the power of Vue CLI's scaffolding, dev tools, and single file components tailored for a Craft CMS project.
The Unlicense
97 stars 24 forks source link

Project config doesn’t work with craft-vue #37

Closed oolong32 closed 4 years ago

oolong32 commented 4 years ago

When I try to activate project config I get the following error in craft’s control panel:

Your `project.yaml` file was created for different versions of Craft and/or plugins than what’s currently installed.
Craft CMS is installed with schema version of 3.4.10 while  was expected.
Try running `composer install` from your terminal to resolve.

Neccessary steps to reproduce this error

  1. install craft-vue as described in this repo’s readme.
  2. set 'useProjectConfigFile' => true in config/general.php.
  3. go to control panel

Craft support recommends

However, this yelds the same error.

oolong32 commented 4 years ago

Solution: there is an existing /config/project.yaml file that needs to be removed before enabling project config (Thanks @chasegiunta for pointing this out).