Photo of Rimon Kirols

0

Exception

I am not able to access the configuration of the page on the Internal Site I go this message


Capture.JPG


Stack Trace

at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)

at Rock.Model.Site.get_DefaultDomainUri()

at Rock.Web.Cache.SiteCache.SetFromEntity(IEntity entity)

at Rock.Web.Cache.EntityCache`2.QueryDbWithContext(Int32 id, DbContext rockContext)

at Rock.Web.Cache.EntityCache`2.QueryDb(Int32 id, DbContext rockContext)

at Rock.Web.Cache.EntityCache`2.<>c__DisplayClass4_0.<Get>b__0()

at Rock.Web.Cache.ItemCache`1.GetOrAddExisting(String key, Func`1 itemFactory, TimeSpan expiration)

at Rock.Web.Cache.ItemCache`1.GetOrAddExisting(Int32 key, Func`1 itemFactory)

at Rock.Web.Cache.EntityCache`2.Get(Int32 id, RockContext rockContext)

at RockWeb.Blocks.Administration.PageProperties.<LoadSites>b__19(Int32 a)

at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()

at RockWeb.Blocks.Administration.PageProperties.LoadSites(RockContext rockContext)

at RockWeb.Blocks.Administration.PageProperties.ShowDetail(Int32 pageId, Nullable`1 parentPageId)

at RockWeb.Blocks.Administration.PageProperties.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • Photo of Gordon Arber

    0

    Hello Rimon,
    I am not sure if you were able to fix this issue, but I ran into this issue as well. What I ended up doing was signing in and when we got that error we went to www.YourWebsite.com/page/51


    We then made sure the Internal Application Root Value and the Public Application Root Value started with http://

    For some reason, Rock didn't like when it started with www.

    After we changed those two values and cleared our cache, everything went back to working as intended.