Heroku Deployment Need to create a new admin user

:wave: hey <@262147768397725696>! Sounds like Strapi is not using the Postgres database on Heroku but it’s using the local SQlite DB, so it’s being deleted on every deployment. If you followed this guide below, can you double check the steps related to the database and that you have NODE_ENV=production set in your heroku config? Heroku | Strapi Documentation