Hi 👋
I’ve just cloned and tried using geminate in production mode, and I noticed that the SQLite database is not created automatically on the first launch. This causes the app to fail unless the database is manually initialized beforehand or when the ENVIRONMENT variable is set to "dev".
I had previously worked on the project and came back to check how things were progressing — great work so far!
Would it be possible to ensure that the database (and necessary tables) are created automatically on first use in production mode, or at least to provide a clear error message or setup step for production users?
Let me know if I can help or test anything!
Thanks again 🙏
Hi 👋
I’ve just cloned and tried using
geminatein production mode, and I noticed that the SQLite database is not created automatically on the first launch. This causes the app to fail unless the database is manually initialized beforehand or when theENVIRONMENTvariable is set to "dev".I had previously worked on the project and came back to check how things were progressing — great work so far!
Would it be possible to ensure that the database (and necessary tables) are created automatically on first use in production mode, or at least to provide a clear error message or setup step for production users?
Let me know if I can help or test anything!
Thanks again 🙏