Hi everyone. Doing some tests I have moved the contents of the "wwwroot" folder to another folder. Then I moved the content back to the root folder (wwwroot) but now I can see the login page but when entering the username and password it returns to the same login page.

The following are recorded in the RockExceptions log file:



10/9/2020 1:13:37 PM,System.Data.Entity.Core.EntityException,"The underlying provider failed on Open."," at System.Data.Entity.Core.EntityClient.EntityConnection.Open()

   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)

   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)

   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()

   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)

   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)

   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()

   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()

   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)

   at Rock.Model.AttributeValueService.GetByAttributeIdAndEntityId(Int32 attributeId, Nullable`1 entityId)

   at Rock.Web.Cache.GlobalAttributesCache.GetValue(String key, AttributeCache attributeCache, RockContext rockContext)

   at Rock.Web.Cache.GlobalAttributesCache.GetValue(String key, RockContext rockContext)

   at RockWeb.Global.GetKeepAliveUrl()

   at RockWeb.Global.CacheItemRemoved(String k, Object v, CacheItemRemovedReason r)"

10/9/2020 1:13:37 PM,System.Exception,"Could not update an entity attribute ( Entity Type Id: 9; Property Name: Show Internal Login ). ",""

10/9/2020 1:13:37 PM,System.Data.Entity.Core.EntityException,"The underlying provider failed on Open."," at System.Data.Entity.Core.EntityClient.EntityConnection.Open()

   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)

   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)

   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()

   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)

   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)

   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()

   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()

   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)

   at Rock.Attribute.Helper.UpdateAttribute(FieldAttribute property, Nullable`1 entityTypeId, String entityQualifierColumn, String entityQualifierValue, Boolean dynamicAttributesBlock, RockContext rockContext)

   at Rock.Attribute.Helper.UpdateAttributes(Type type, Nullable`1 entityTypeId, String entityQualifierColumn, String entityQualifierValue, RockContext rockContext)"

Thanks!!