20 Mistakes I Made While Deploying Strapi on AWS ECS (and How I Fixed Them)20 Mistakes I Made While Deploying Strapi on AWS ECS (and How I Fixed Them)
1️⃣ Not Installing the Postgres Driver (pg) in the Docker Image
Mistake:My Strapi container kept crashing with:Cannot find module 'pg'
Why It Happened:Strapi needs the pg package to talk to Postgres. It’s not included by default.
Fix:Added this to pa...
mistakesnlearn.hashnode.dev4 min read