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

For local Cloud site clones when LocalDB is not available, we don't automatically use SQLite #22

Open
nul800sebastiaan opened this issue Oct 4, 2023 · 1 comment

Comments

@nul800sebastiaan
Copy link
Owner

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

    "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!

@firomero
Copy link

I received
Unhandled exception. System.ArgumentException: Keyword not supported: 'cache'.

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