From the course: The Freelance Stack: Real Project with Next.js and Strapi

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Difference between production Strapi and local development

Difference between production Strapi and local development - Next.js Tutorial

From the course: The Freelance Stack: Real Project with Next.js and Strapi

Difference between production Strapi and local development

So, this video is optional, it's just going to go a little bit into deeper understanding like how Strapi works when deployed. If you're not interested in that, you can just skip it. But one thing that I wanted to mention here, and I sort of already talked about it, is that yes, you can now create new documents and they will be completely removed from what you've done locally. But what you can't do is you cannot use the content type builder in production. But it will tell you there that Strapi is in production mode. And that was actually the other point here that we saw when I was saying caution. The content type builder is disabled in production. The idea is that your client could potentially mess up quite a lot of stuff here if they go in and say, well, why does the event have the single price value and they just delete it or they go into the blog articles and accidentally remove one of these and deletes a lot of content unintentionally. So the only way to change the structure of the…

Contents