Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Warren Harding 132 posts 275 karma points
    Jul 20, 2022 @ 08:09
    Warren Harding
    0

    Stuck in a Building loop

    Just fired up an Umbraco instance to try and show a colleague how easy it is to work with, and of course something went wrong. Arrgh.

    Tried this on 10.0.0 and then 10.0.1 on both Windows and Mac now, both running .net 6.something (Windows that I'm on now is 6.0.301)

    From the command prompt I have executed the following:

    mkdir UmbracoSample
    cd UmbracoSample
    dotnet new sln --name UmbracoSample
    dotnet new umbraco -n UmbracoSample
    dotnet sln add UmbracoSample\UmbracoSample.csproj
    dotnet restore
    dotnet build UmbracoSample.sln
    cd UmbracoSample
    dotnet watch run
    

    So far so good, I'm met with the Umbraco interface and go through the installation steps. Next I go into Setting > Document Types and create an About template with a single property of "Page Content". I then create a Home template with a single property of "Page Heading" and allow it as root and then allow the About template as a child node.

    No issues.

    Jump over to the content section, create the Home node and give it a heading, then hit Save and Publish and the following happens at the prompt: enter image description here There's no errors in the logs, and this only happens if I go to click on the Home content node. As in if I click on Settings or another section the loop in the prompt stops and it eventually loads.

    Has anyone else seen this? Am I missing something?

    Thanks for your help.

Please Sign in or register to post replies

Write your reply to:

Draft