Opening Strapi Projectfolder on another device

Hello, I’m pretty new to Strapi. I’ve created a project and now I want to open it on another device. I’ve copied the folder onto the other laptop and I can open it, but I have to create a new administrator and I can’t see the content, although the content-types are available. I am using Sqlite, what am I doing wrong?

This topic has been created from a Discord post (1224293884558049331) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Content not available

sqlite is meant for local development of content types mostly.

Normaly you host strapi on a server on the public or intra net and use 1 strapi instance to do everyting. copying the files will only git you a new strapi instance

Okay, thank you!