Report this

What is the reason for this report?

Running strapi in development mode in a DO app.

Posted on July 1, 2025

In the middle of a huge learning curve here. Previously I have done only basic HTML, CSS and javascipt, just uploaded through ftp. That being said, I’m working my way pretty well through building a strapi/tailwind/next/postgresSQL site and getting things configured. Right now though I am stuck with bad permissions in my strapi admin in my DO app and can’t get it running in development mode to correct them. My overall app settings are set for development but when I take out NODE_ENV=production and try and change it to development I get build failure with no log. I know it has to be a simple thing I am just missing but I’m at a loss.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

From what I’ve seen, DigitalOcean’s App Platform doesn’t officially support running Strapi in development mode. The App Platform expects a production build (NODE_ENV=production) both for building and running.

So the recommended approach usually is:

  • Run Strapi in development mode locally for fixing permissions and tweaking config.

  • Deploy to DigitalOcean App Platform with production mode only to ensure smooth, stable operation.

If you’re still stuck, you can try reaching out to the DigitalOcean support team: https://do.co/support

- Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.