We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This leads to jobs not being added and the dashboard in the backoffice gives a 404 error.
To avoid this problem a connection string can be added to appsettings.Development.json
appsettings.Development.json
"ConnectionStrings": { "umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Private;Foreign Keys=True;Pooling=True", "umbracoDbDSN_ProviderName": "Microsoft.Data.SQLite" },
We'll need to do some auto-detecting if we can!
The text was updated successfully, but these errors were encountered:
I received Unhandled exception. System.ArgumentException: Keyword not supported: 'cache'.
Sorry, something went wrong.
No branches or pull requests
This leads to jobs not being added and the dashboard in the backoffice gives a 404 error.
To avoid this problem a connection string can be added to
appsettings.Development.json
We'll need to do some auto-detecting if we can!
The text was updated successfully, but these errors were encountered: