Skip to content

Commit 5cd0d1e

Browse files
authored
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.
1 parent 5abbf55 commit 5cd0d1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

16/umbraco-cms/tutorials/starter-kit/install-the-starter-kit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ To install the starter Kit via Visual Studio, follow these steps:
5959

6060
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.
6161

62+
{% hint style="warning" %}
63+
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.
64+
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.
65+
{% endhint %}
66+
6267
[Back to Lessons](./)

0 commit comments

Comments
 (0)