After upgrading just above everything works as expected except for when we visit Administration -> Users - The UI shows "An internal error occurred during your request and the logs show the following error
ERROR 2024-03-23 12:59:55,160 [orker] oft.EntityFrameworkCore.Database.Command - Failed executing DbCommand (100ms) [Parameters=[@__ef_filter__p_0='?' (DbType = Boolean), @__ef_filter__CurrentTenantId_1='?' (DbType = Int32), @__userIds_0='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
SELECT [a].[Id], [a].[CreationTime], [a].[CreatorUserId], [a].[RoleId], [a].[TenantId], [a].[UserId]
FROM [AbpUserRoles] AS [a]
WHERE (@__ef_filter__p_0 = CAST(1 AS bit) OR [a].[TenantId] = @__ef_filter__CurrentTenantId_1) AND [a].[UserId] IN (
SELECT [u].[value]
FROM OPENJSON(@__userIds_0) WITH ([value] bigint '$') AS [u]
)
ERROR 2024-03-23 12:59:55,174 [orker] Microsoft.EntityFrameworkCore.Query - An exception occurred while iterating over the results of a query for context type 'solution.EntityFrameworkCore.solutionDbContext'.
Microsoft.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near the keyword 'WITH'.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
Thank you!. I will follow the guide and reference the code. I do believe something like this should be implemented on the aspnetzero xamarin app thou.
Hello, I would like to implement the Bottom Navigation bar, such as in <a class="postlink" href="https://blog.xamarin.com/exploring-androids-bottom-navigation-view/">https://blog.xamarin.com/exploring-andr ... tion-view/</a> , I have the same question as this fellow <a class="postlink" href="https://forums.xamarin.com/discussion/104925/header-and-navigation-footer">https://forums.xamarin.com/discussion/1 ... ion-footer</a> (I would like to know both since top nav bar might be a requirement in the future).
I am able to do so, following the guides referenced but ONLY on a non aspnetzero(default VS Project Template) template project, when I attempt to do so using the AspnetZero Xamarin - Android project (referencing the guides) I can' seem to render the results I want, I just get a blank page, I am missing something but not sure how to proceed.
Could I get an example using the aspnetzero xamarin project (android for now)?. Appreciate your time and efforts.
Geezzz! I'm sorry, not sure how I overlooked that. Thanks.
Just upgraded to 5.3.0 did the database migration and I am getting the following exception
Abp.AbpException: There is no permission with name: Pages.Tenant.Monitor.For.Terms
at Abp.Authorization.PermissionManager.GetPermission(String name)
at Abp.Authorization.Users.AbpUserManager`2.<IsGrantedAsync>d__33.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Authorization.PermissionChecker`2.<IsGrantedAsync>d__19.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Authorization.PermissionChecker`2.<IsGrantedAsync>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Threading.InternalAsyncHelper.<AwaitTaskWithPostActionAndFinallyAndGetResult>d__5`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Authorization.PermissionCheckerExtensions.<IsGrantedAsync>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Application.Navigation.UserNavigationManager.<FillUserMenuItems>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.Application.Navigation.UserNavigationManager.<GetMenuAsync>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at solution.Web.Areas.App.Views.Shared.Components.AppMenu.AppMenuViewComponent.<InvokeAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.<InvokeAsyncCore>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.<InvokeAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.<InvokeCoreAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at AspNetCore._Areas_App_Views_Shared_Components_AppHeader_Default_cshtml.<ExecuteAsync>d__13.MoveNext() in C:\Repositories\Yova Solutions\Client Solutions\src\solution.Web.Mvc\Areas\App\Views\Shared\Components\AppHeader\Default.cshtml:line 268
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageCoreAsync>d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageAsync>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewComponents.ViewViewComponentResult.<ExecuteAsync>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.<InvokeAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.<InvokeCoreAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at AspNetCore._Areas_App_Views_Layout__Layout_cshtml.<>c__DisplayClass36_0.<<ExecuteAsync>b__13>d.MoveNext() in C:\Repositories\Yova Solutions\Client Solutions\src\solution.Web.Mvc\Areas\App\Views\Layout\_Layout.cshtml:line 102
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.<SetOutputContentAsync>d__30.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at AspNetCore._Areas_App_Views_Layout__Layout_cshtml.<ExecuteAsync>d__36.MoveNext() in C:\Repositories\Yova Solutions\Client Solutions\src\solution.Web.Mvc\Areas\App\Views\Layout\_Layout.cshtml:line 97
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageCoreAsync>d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderPageAsync>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderLayoutAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.RazorView.<RenderAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.<ExecuteAsync>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.<ExecuteAsync>d__21.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeResultAsync>d__19.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextResultFilterAsync>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResultExecutedContext context)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeFilterPipelineAsync>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.<InvokeAsync>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Owin.Mapping.MapMiddleware.<Invoke>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Owin.WebSocketAcceptAdapter.<>c__DisplayClass6_0.<<AdaptWebSockets>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at IdentityServer4.Hosting.IdentityServerMiddleware.<Invoke>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.<Invoke>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.<Invoke>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at IdentityServer4.Hosting.BaseUrlMiddleware.<Invoke>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware.<>c__DisplayClass0_0.<<UseJwtTokenMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Abp.AspNetZeroCore.Web.Authentication.JwtBearer.JwtTokenMiddleware.<>c__DisplayClass0_0.<<UseJwtTokenMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.<Invoke>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.<Invoke>d__7.MoveNext()
I have confirmed that the setting exist in my database and that I am connecting to the correct database. Not able to trace down why im getting that exception right after users log in.
That worked. Thanks.
I have deployed my project to azure. It is an Core jQuery type of project. You can access the app by going to [https://yovaapp-development.azurewebsites.net/]) . The issue I am having is that the fonts are not loading nor are some scripts. I have not been able to figure out what I may be doing wrong , attached are the log files maybe another set of eyes can help me figure out what is wrong. Logs.7z
I have TeamCity checking out and building my solution to c:\inetpub\wwwroot\demo.yovasolutions.com . The public and app are within their own folders.
c:\inetpub\wwwroot\demo.yovasolutions.com\mvc c:\inetpub\wwwroot\demo.yovasolutions.com\public
On my \public\appsettings file, I have the following setting
"App": {
"WebSiteRootAddress": "http://demo.yovasolutions.com/",
"AdminWebSiteRootAddress": "http://app.yovasolutions.com/"
}
On my \mvc\appsettings file, I have the following settings
"App": {
"WebSiteRootAddress": "http://app.yovasolutions.com/",
"RedirectAllowedExternalWebSites": "http://demo.yovasolutions.com/"
}
INFO 2017-10-18 12:34:18,873 [11 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://app.yovasolutions.com/view-resources/Areas/App/Common/Scripts/jquery-validation-custom.js?v=qAkKA9oc2tNe2pDd_A3TQO9des6rLPBAATKXE1tPwBw
INFO 2017-10-18 12:34:18,874 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:18,874 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:18,874 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:18,874 [11 ] NetCore.StaticFiles.StaticFileMiddleware - The file /view-resources/Areas/App/Common/Scripts/jquery-validation-custom.js was not modified
INFO 2017-10-18 12:34:18,875 [11 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 1.8256ms 304 application/javascript
INFO 2017-10-18 12:34:18,984 [12 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://app.yovasolutions.com/metronic/assets/admin/layout/scripts/layout.js?v=IxSpDjRjADem0vGRiUsz5wBlH2rgfnC2AIlm4eLG4vc
INFO 2017-10-18 12:34:18,986 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:18,986 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:18,986 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:18,987 [12 ] NetCore.StaticFiles.StaticFileMiddleware - The file /metronic/assets/admin/layout/scripts/layout.js was not modified
INFO 2017-10-18 12:34:18,987 [12 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 3.5717ms 304 application/javascript
INFO 2017-10-18 12:34:19,068 [12 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://app.yovasolutions.com/view-resources/Views/Account/Login.min.js?v=dqWYq2jp3YI3vWJRMKOTLClINv-1b5-BY3McNRgUCFg
INFO 2017-10-18 12:34:19,069 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,069 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,070 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,070 [12 ] NetCore.StaticFiles.StaticFileMiddleware - The file /view-resources/Views/Account/Login.min.js was not modified
INFO 2017-10-18 12:34:19,070 [12 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 2.2689ms 304 application/javascript
INFO 2017-10-18 12:34:19,152 [12 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://app.yovasolutions.com/TenantCustomization/GetLogo?id=883c4e7c-0c6b-45c5-6de9-39e237e4c85b
INFO 2017-10-18 12:34:19,153 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,154 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,154 [12 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,171 [12 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method solution.Web.Controllers.TenantCustomizationController.GetLogo (solution.Web.Core) with arguments ((null)) - ModelState is Valid
INFO 2017-10-18 12:34:19,192 [12 ] e.Mvc.Internal.FileContentResultExecutor - Executing FileResult, sending file as
INFO 2017-10-18 12:34:19,192 [12 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action solution.Web.Controllers.TenantCustomizationController.GetLogo (solution.Web.Core) in 30.7879ms
INFO 2017-10-18 12:34:19,192 [12 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 40.3704ms 200 image/png
INFO 2017-10-18 12:34:19,338 [11 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://app.yovasolutions.com/lib/famfamfam-flags/dist/sprite/famfamfam-flags.png
INFO 2017-10-18 12:34:19,339 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,339 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,339 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,340 [11 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 2.2913ms 302
INFO 2017-10-18 12:34:19,527 [11 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 GET http://app.yovasolutions.com/Error?statusCode=404
INFO 2017-10-18 12:34:19,528 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,528 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,528 [11 ] tion.Cookies.CookieAuthenticationHandler - Identity.Application was not authenticated. Failure message: Unprotect ticket failed
INFO 2017-10-18 12:34:19,536 [11 ] ore.Mvc.Internal.ControllerActionInvoker - Executing action method solution.Web.Controllers.ErrorController.Index (solution.Web.Mvc) with arguments (404) - ModelState is Valid
INFO 2017-10-18 12:34:19,537 [11 ] ViewFeatures.Internal.ViewResultExecutor - Executing ViewResult, running view at path /Views/Error/Error404.cshtml.
INFO 2017-10-18 12:34:19,541 [11 ] ore.Mvc.Internal.ControllerActionInvoker - Executed action solution.Web.Controllers.ErrorController.Index (solution.Web.Mvc) in 6.5129ms
INFO 2017-10-18 12:34:19,541 [11 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 14.3512ms 200 text/html; charset=utf-8
The issue I am having is that the UI breaks (font icons) and a few scripts don't load which breaks the app. Above is part of my log which may be the possible root cause.
Can someone tell me if I got my app config settings right? what other areas can I look at to resolve this issues?
I got the SignalR error mentioned when I did a clean install. After I created a tenant and a user the error went away. Sounds to me that and empty result (user list) may have been the root cause. Figure I share that observation with you all.
What is the best practice for including these additional scripts on a needed basis? I want to add the Searc.css and Search.js
Do i place each file in the respective path shown below?
src\solution.Web.Mvc\wwwroot\Common\Scripts
src\solution.Web.Mvc\wwwroot\Common\Styles\
Or do I create a "Search" directory in src\solution.Web.Mvc\wwwroot\view-resources\Areas\App\Views\ and then put both the Search.css and Search.js in that directory?
What is the best practice you recomend?