Open Strapi on new Computer and all data gone

System Information
  • Strapi Version 4.17.0:
  • Operating System Mac OS Ventura:
  • Database SQLite:
  • Node Version v18.18.2:
  • NPM Version:
  • Yarn Version 1.22.21:

Hi

I have strapi set up with a sqlite DB and a NextJs frontend.
I have a small project that I put onto github.
I’ve clone this project on another computer.
I had an error about the API keys, I fixed that by creating new API keys
Strapi now runs but the dashboard shows all the content types but none of the data
Is there something I need to do the get the data.

1 Like

The data sqlite file on the other computer what is not saved inside of strapi you can find it in your strapi project in the following location.
/.tmp/data.db

1 Like