Copied to clipboard

Flag this post as spam?

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


  • Biagio Paruolo 1621 posts 1914 karma points c-trib
    Sep 03, 2019 @ 13:03
    Biagio Paruolo
    0

    Error null in Model.Blog.Select(x => new Blog(x)).FirstOrDefault();

    Value cannot be null. Parameter name: source

    var blogsNode = Model.Blog.Select(x => new Blog(x)).FirstOrDefault();

    File: BlogListSection.cshtml

  • Biagio Paruolo 1621 posts 1914 karma points c-trib
    Sep 03, 2019 @ 13:04
    Biagio Paruolo
    0

    Bypassed with:

    var blogsNode = Umbraco.Content(1190);

    where 1190 is the node id.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies