By Tommy Flynn
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.