Can not edit content types in Content-Types Builder

System Information
  • Strapi Version: 3.3.3
  • Operating System: Win 10
  • Database: sqlite
  • Node Version: 14.15.1
  • NPM Version: 6.14.8
  • Yarn Version: -

After Upgrade to 3.3.3 I can not edit my content types in content-type builder. If I go to the content type builder, I get the message:

The autoReload feature is required to use this plugin. Start your server with strapi develop

“strapi develop” is not working. I restart strapi with “npx strapi develop”. But no changes.
The console show strapi v3.3.3, the admin v3.2.4

1 Like

That means you didn’t upgrade it to 3.3.3. How exactly you updated it to a newer version? Have you changed the version in package.json and used command yarn install or npm install? Or another method?

Try yarn strapi version or npm run strapi version inside the strapi project to see its version.

I did a npm update and npm install

Here are the parts of my package.json:

 "scripts": {
     "develop": "strapi develop",
     "start": "strapi start",
     "build": "strapi build",
     "strapi": "strapi"
   },
   "devDependencies": {},
   "dependencies": {
     "knex": "^0.21.0",
     "slugify": "^1.4.6",
     "sqlite3": "^5.0.0",
     "strapi": "3.3.3",
     "strapi-admin": "3.3.3",
     "strapi-connector-bookshelf": "3.3.3",
     "strapi-plugin-content-manager": "3.3.3",
     "strapi-plugin-content-type-builder": "3.3.3",
     "strapi-plugin-email": "3.3.3",
     "strapi-plugin-graphql": "3.3.3",
     "strapi-plugin-upload": "3.3.3",
     "strapi-plugin-users-permissions": "3.3.3",
     "strapi-provider-upload-aws-s3": "^3.3.3",
     "strapi-provider-upload-cloudinary": "^3.3.3",
     "strapi-utils": "3.3.3"
   },

npx strapi version shows v3.3.3 (npm run strapi version shows error code ELIFCYCLE errno 1)
npm outdated shows nothing

Admin still at 3.2.4

Have you used ‘npm run build’ after the upgrade?

Arghhh … Thank you! No, I didn’t. That was it.

1 Like

Still i was not able to create a new collection type please help me out .

This issue i face - Strapi is in production mode, editing content types is disabled. Please switch to development mode by starting your server with strapi develop.

1 Like

Same issue-
Strapi is in production mode, editing content types is disabled. Please switch to development mode by starting your server with strapi develop.