Heroku hosted Strapi Admin always needs new registration

What database are you using? If you deployed using sqlite, heroku’s filesystem is ephermeral - it is created each time you spin up the dyno (container) you have deployed your app to. Therefore, your database is getting wiped each time the dyno spins down. Dynos and the Dyno Manager | Heroku Dev Center If you used a different database, can you give some info on the configuration?