SQLSTATE[HY000]: General error: 1 no such table: currencies
got this error when trying to setup the demo at my local
https://flareapp.io/share/x5My0Xe5#F140
already do the migration and seed, also composer update
Make sure your PHP server has the sqlite extension
I have the same thing. It happens on both MySql and sqlite engine. Currencies table is missing.

Currencies are stored in an in-memory database, not your projects database
OK, I understand. In any case, I have the same error :

OK, I understand. In any case, I have the same error :
Do you have SQLite installed?
yes, SQLite installed
I am getting this as well with both MySQL and SqlLite. Fresh install from Github today.