How to solve this issue : editing content types is disabled

I am using render to host strapi with postgre DB and I can;t modify content and get this error ?

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

as I am using latest version of Strapi with render,com hosting

Hi,

That’s how Strapi works. You can only edit types in development mode, usually done locally. You’d then commit the changes and deploy them to production.

You may want to review the Strapi docs: https://docs.strapi.io/dev-docs/faq#why-cant-i-create-or-update-content-types-in-productionstaging

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.