Thank you for a very informative video as always! I can't see the dark/light theme switcher in my admin interface when I create a new project with the latest stable templates. Are you using the dev branch perchance?
Thank you for this video but i have a question. Why nobody try to create a project with sql server. Every video that i saw works only with sql lite. When i create a project with sql server i get an error. Login error or another type.(The OrchardCMS database requested by login cannot be opened. Login failed. Login failed for user "MicrosoftAccount \) Can you create a orchard project with sql server please? Thank you.
Mybe your connectionString is not set correctly. Here is an example : ..., "ConnectionStrings": { "YourConnectionName": "Server=YourSqlServer; Database=YourDbName;Trusted_Connection=True;MultipleActiveResultSets=true" }, ... I've used sql server with my orchard core app and it works juste fine.