Out of sync data?

System Information
  • Strapi Version: v3.6.8
  • Operating System:
  • Database: Heroku postgresql
  • Node Version: v14.18.2
  • NPM Version:
  • Yarn Version:

Hi all! Hoping I’m just overlooking something dumb. I’m working on an app that uses Strapi, and followed this guide: Heroku Deployment - Strapi Developer Docs

I started building in local, then followed the steps to get it up onto Heroku where, I added about ~200 items to the database. I needed to make some tweaks, so I went back to local, and finally re-updated everything today. That’s where I hit something weird:

My localhost/admin and https://heroku-app.com/admin interfaces agree on the data and I can add, edit etc. But when I actually go to any of my API endpoints (heroku-app.com/API1) it only pulls the old ~200 items that have since been re-structured or entirely removed.

Is there something obvious I’m overlooking that would cause the admin UI and the API to completely disagree on what data exists? Is the API possibly pulling from cached data somewhere?

Thanks!