I had to create a new account on localhost repeatedly

Hello,

I am new to Corteza and trying to figure out a few things.

I have installed Docker Desktop on my macOS and created a YAML file.

  1. When I create an account on localhost, it stops working after a few minutes, displaying the ‘Internal Error’ page in Corteza. I then have to create a new account, and eventually I loose all my previous data.

  2. Even if I don’t encounter the internal error in limited time period and use ‘docker-compose down’, and then when I try to run it again with ‘docker-compose up -d’ in my terminal, I still have to create a new account.

I am currently using the image ‘cortezaproject/corteza:2023.9.0’, and it seems there is an issue with storing data in the database. (Am I suppose to use external db or it accoumatically stores data somewhere internally?)

I would greatly appreciate any guidance on what might be causing these issues or where things may be going wrong. Thank you!