I’m running 3.0.0-beta.18.4 according to package.json and the info shown on the bottom left corner of the dashboard.
The /config folder does not hold any JS files on my install, it looks like this: CleanShot 2021-11-19 at 16.15.20
If I attempt to have a ./config/plugin.js file has noted on the provider docs the server crashes at restart with the following message:
[2021-11-19T16:16:48.242Z] debug ⛔️ Server wasn't able to start properly.
[2021-11-19T16:16:48.243Z] error TypeError: Cannot read property 'defaultConnection' of undefined
at module.exports (/Users/luismartins/Sites/strapi-admin/node_modules/strapi/lib/core/bootstrap.js:36:47)
at Strapi.load (/Users/luismartins/Sites/strapi-admin/node_modules/strapi/lib/Strapi.js:353:11)
at async Strapi.start (/Users/luismartins/Sites/strapi-admin/node_modules/strapi/lib/Strapi.js:196:7)
error Command failed with exit code 1.
I’m thinking this may be due to strapi versions mismatch, but what’s puzzling is that the version that I’m using is what the installing process described in the docs gives you.