Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqliteException #56

Open
joshua211 opened this issue Jan 24, 2024 · 1 comment
Open

SqliteException #56

joshua211 opened this issue Jan 24, 2024 · 1 comment

Comments

@joshua211
Copy link

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.

@alaatm
Copy link
Owner

alaatm commented Jan 31, 2024

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");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants