SQLite stopped working following update from 12.2....
# help-with-umbraco
d
I just updated my project to use Umbraco 12.3.1, and deployed it to our dev environment successfully, but have found that I can no longer start the site locally on my computer. When I start it up, this error occurs:
Copy code
System.InvalidOperationException: No migration provider found for provider name Microsoft.Data.SQLite
   at Umbraco.Cms.Persistence.EFCore.UmbracoDbContext.ConfigureOptions(DbContextOptions`1 options, IOptionsMonitor`1& connectionStringsOptionsMonitor)
   at Umbraco.Cms.Persistence.EFCore.UmbracoDbContext..ctor(DbContextOptions`1 options)
   at lambda_method4(Closure)
I can't get the site to start even with a new database. Have I missed anything, or is this a bug in the latest version of Umbraco? Thanks
I logged it as an issue on GitHub as I suspect it is a bug: https://github.com/umbraco/Umbraco-CMS/issues/15164
2 Views