You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the sqlite database is created in the local app data folder. You can configure the location of the database file using ConfigureSejil(p => p.SqliteDbPath = "full path to database file");
Setting up Seijil the way it is described in the readme produces an Exception:
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
#1 mentions that a SQLLite database is required to, but this is never mentionend anywhere in the readme.
The text was updated successfully, but these errors were encountered: