Avoiding resetting all of the data on deploy

Hello there!

Did you by any chance set up a database (SQLite, MongoDB or Postgres) in the process of deploying your Strapi app?

Without setting up a database for your Strapi app, you will lose your data and will have to recreate the content.

Here are some hosting services and docs to configure your database before deployment: Deployment - Strapi Developer Docs

1 Like