While performing a make db-reset with the appolodev/bolt-seo extension results in the following error on the dashboard when trying to view the contenttype using said extention.

It looks fixtures are not properly stored/saved in the SEO field. The extension is expecting a json type format. Bolt saves fixtures to the field as a 'normal' string type.

Uncommenting the extension seo fields in the contentypes allows one to gain access again to the contenttype in the dashboard and allows one to continue to use fixtures.
Another option is to manually input new content into Bolt (without commenting out SEO fields in the contenttypes) which circumvents this error altogether, however which tampers workflow with fixtures.
Details
| Question |
Answer |
| Relevant Bolt Version |
5.0.6 |
| Install type |
Composer install |
| PHP version |
7.3 |
| Web server |
Symfony CLI |
While performing a
make db-resetwith the appolodev/bolt-seo extension results in the following error on the dashboard when trying to view the contenttype using said extention.It looks fixtures are not properly stored/saved in the SEO field. The extension is expecting a json type format. Bolt saves fixtures to the field as a 'normal' string type.
Uncommenting the extension seo fields in the contentypes allows one to gain access again to the contenttype in the dashboard and allows one to continue to use fixtures.
Another option is to manually input new content into Bolt (without commenting out SEO fields in the contenttypes) which circumvents this error altogether, however which tampers workflow with fixtures.
Details