You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before update to 0.11 every thing is work fine。I got bug when use FullAuditedAggregateRoot。So I need to upgrade to 0.11
but only after upgrade to 0.11 modal not show. log is bellow
2019-01-11 13:42:03.244 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:53932/WeiXin/WXConfigs/CreateModal
2019-01-11 13:42:03.245 +08:00 [WRN] AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures '["zh-CN","zh"]'.
2019-01-11 13:42:03.245 +08:00 [WRN] AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures '["zh-CN","zh"]'.
2019-01-11 13:42:03.247 +08:00 [INF] Route matched with {page = "/WeiXin/WXConfigs/CreateModal", controller = "", area = "", action = ""}. Executing page /WeiXin/WXConfigs/CreateModal
2019-01-11 13:42:03.248 +08:00 [INF] Executing an implicit handler method - ModelState is "Valid"
2019-01-11 13:42:03.249 +08:00 [INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
the controller value in the log is "empty"
The text was updated successfully, but these errors were encountered:
before update to 0.11 every thing is work fine。I got bug when use FullAuditedAggregateRoot。So I need to upgrade to 0.11
but only after upgrade to 0.11 modal not show. log is bellow
2019-01-11 13:42:03.244 +08:00 [INF] Request starting HTTP/1.1 GET http://localhost:53932/WeiXin/WXConfigs/CreateModal
2019-01-11 13:42:03.245 +08:00 [WRN] AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures '["zh-CN","zh"]'.
2019-01-11 13:42:03.245 +08:00 [WRN] AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures '["zh-CN","zh"]'.
2019-01-11 13:42:03.247 +08:00 [INF] Route matched with {page = "/WeiXin/WXConfigs/CreateModal", controller = "", area = "", action = ""}. Executing page /WeiXin/WXConfigs/CreateModal
2019-01-11 13:42:03.248 +08:00 [INF] Executing an implicit handler method - ModelState is "Valid"
2019-01-11 13:42:03.249 +08:00 [INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult.
the controller value in the log is "empty"
The text was updated successfully, but these errors were encountered: