Heroku hosted Strapi Admin always needs new registration

Hi all,
I’m new to Strapi so unsure if this is a feature or setting I’m unaware of. Almost every time I try to access my heroku-hosted-URL/admin, I’m asked to create a new admin account and all of the previous data that was entered is gone.
Any insight on this would be really helpful, thank you!

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?

I have the same issue, did you find by any chance a solution?