strapi-molecules icon indicating copy to clipboard operation
strapi-molecules copied to clipboard

Issues with versioning bootstrap function

Open raininglemons opened this issue 4 years ago • 1 comments

On start up the application bombs out (when using Mongo as the DB):

Starting the development server...

Admin development at http://localhost:8000/admin/
[2020-09-18T16:04:56.477Z] error Bootstrap function in plugin "versioning" failed
[2020-09-18T16:04:56.479Z] error TypeError: knex.Schema.createTableIfNotExists is not a function
    at Object.<anonymous> (/XXX/strapi/node_modules/strapi-plugin-versioning/services/create-versions-table.js:46:22)
    at step (/XXX/strapi/node_modules/strapi-plugin-versioning/services/create-versions-table.js:33:23)
    at Object.next (/XXX/strapi/node_modules/strapi-plugin-versioning/services/create-versions-table.js:14:53)

raininglemons avatar Sep 18 '20 16:09 raininglemons

Hi @raininglemons, we will look onto that case. Can you please provide more details of env you're using?

cyp3rius avatar Oct 12 '20 12:10 cyp3rius