From 5cd0d1e0bd0f60af0e1c0fae2ae471c1e152030b Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 Sep 2025 14:59:43 -0700 Subject: [PATCH 1/2] Add the website error details the first time the app is run Provide further details about the website error that is thrown the first time the app is run. --- .../tutorials/starter-kit/install-the-starter-kit.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md b/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md index 9d27225f58a..6f5ef7b7be7 100644 --- a/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md +++ b/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md @@ -59,4 +59,9 @@ To install the starter Kit via Visual Studio, follow these steps: You now have a fully functional Umbraco site with demo content, templates, and structure to explore. Use this setup as the foundation for the upcoming lessons in this Starter Kit tutorial. +{% hint style="warning" %} +If `Umbraco:CMS:Runtime:Mode=Development` and `Umbraco:CMS:ModelsBuilder:ModelsMode=SourceCodeAuto` or `SourceCodeManual` will cause an error on the website for the first time the app is run. +To fix it log into **Umbraco Backoffice**, go to **Settings** -> **Models Builder** and click on **Generate Models** button. Restart the app and the error should be gone. +{% endhint %} + [Back to Lessons](./) From c087efb4931492249dfc10c7b1dbefbc3e4ef4a9 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 19 Sep 2025 15:40:27 -0700 Subject: [PATCH 2/2] Update 16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- .../tutorials/starter-kit/install-the-starter-kit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md b/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md index 6f5ef7b7be7..8338f0ce504 100644 --- a/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md +++ b/16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md @@ -60,8 +60,9 @@ To install the starter Kit via Visual Studio, follow these steps: You now have a fully functional Umbraco site with demo content, templates, and structure to explore. Use this setup as the foundation for the upcoming lessons in this Starter Kit tutorial. {% hint style="warning" %} -If `Umbraco:CMS:Runtime:Mode=Development` and `Umbraco:CMS:ModelsBuilder:ModelsMode=SourceCodeAuto` or `SourceCodeManual` will cause an error on the website for the first time the app is run. -To fix it log into **Umbraco Backoffice**, go to **Settings** -> **Models Builder** and click on **Generate Models** button. Restart the app and the error should be gone. +If `Umbraco:CMS:Runtime:Mode=Development` and `Umbraco:CMS:ModelsBuilder:ModelsMode` is set to `SourceCodeAuto` or `SourceCodeManual`, an error occurs the first time the app runs. + +To fix this, log into **Umbraco Backoffice**, go to **Settings** → **Models Builder**, and click **Generate Models**. Restart the app to clear the error. {% endhint %} [Back to Lessons](./)