abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.92k stars 3.45k forks source link

ABP Commercial Blazor UI: all menu groups become hidden after period of time #14068

Closed stristan closed 1 year ago

stristan commented 2 years ago

ABP Commercial Trial v6.0 RC3 Blazor-server UI

Have created new solution using microservice template. Running project with Tye - everything is Ok - Administration menu group with all sub-menu items is available and working. After some period of time (10-20min) all menus except Home is gone. The logged user is Admin with all permissions. Logout and re-login not works as well as re-run with Tye - still same situation. The only solution that works - is completely delete and re-create all Docker infrastructure and re-run with Tye. Screenshot is attached 2022-09-19 19_05_59-Tecan — Mozilla Firefox

gterdem commented 2 years ago

This seems a problem related to the token being invalidated and not refreshed causing user to be forced to sign out. Are there any browser console or back-end logs when this occurs?

stristan commented 2 years ago

I will try to reproduce again and provide logs. However, in case of forced logout - at attempt to to access secured page - the UI should route to login page automatically, which is not in my case. In my case I see the attached screenshot

stristan commented 2 years ago

Below is a part of Blazor server app log file which indicates the problem. The request from blazor is not reached server API part.

[blazor_bd21ddab-5]: [13:16:41 INF] Executed endpoint '/_blazor' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/1.1 GET https://localhost:44314/_blazor?id=9Wl06-BR3LAIrB72jvQm0g - - - 101 - - 80358.5164ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/Parts - - [blazor_bd21ddab-5]: [13:16:41 INF] Executing endpoint '/_Host' [blazor_bd21ddab-5]: [13:16:41 INF] Route matched with {page = "/_Host", action = "", controller = "", area = ""}. Executing page /_Host [blazor_bd21ddab-5]: [13:16:41 INF] Skipping the execution of current filter as its not the most effective filter implementing the policy Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy [blazor_bd21ddab-5]: [13:16:41 INF] Executing an implicit handler method - ModelState is Valid [blazor_bd21ddab-5]: [13:16:41 INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. [blazor_bd21ddab-5]: [13:16:41 DBG] Added bundle 'Blazor.LeptonXTheme.Global' to the page in 0.54 ms. [blazor_bd21ddab-5]: [13:16:41 DBG] Added bundle 'Blazor.LeptonXTheme.Global' to the page in 0.37 ms. [blazor_bd21ddab-5]: [13:16:41 INF] Executed page /_Host in 2.509ms [blazor_bd21ddab-5]: [13:16:41 INF] Executed endpoint '/_Host' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/Parts - - - 200 - text/html;+charset=utf-8 3.2129ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 POST https://localhost:44314/_blazor/disconnect multipart/form-data;+boundary=---------------------------306671366734535903732531362735 397 [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/libs/bootstrap/css/bootstrap.css?_v=637907549631280000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/libs/@fortawesome/fontawesome-free/css/v4-shims.css?_v=637907549630800000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/libs/@fortawesome/fontawesome-free/css/all.css?_v=637907549630800000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Executing endpoint 'Blazor disconnect' [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/libs/@fortawesome/fontawesome-free/css/all.css'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\libs\@fortawesome\fontawesome-free\css\all.css' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/libs/@fortawesome/fontawesome-free/css/v4-shims.css'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\libs\@fortawesome\fontawesome-free\css\v4-shims.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Blazorise.Snackbar/blazorise.snackbar.css?_v=637937480960000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/libs/@fortawesome/fontawesome-free/css/all.css?_v=637907549630800000 - - - 200 73577 text/css 0.8818ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/libs/@fortawesome/fontawesome-free/css/v4-shims.css?_v=637907549630800000 - - - 200 41312 text/css 1.0408ms [blazor_bd21ddab-5]: [13:16:41 INF] Executed endpoint 'Blazor disconnect' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\libs\bootstrap-datepicker\css\bootstrap-datepicker.min.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 POST https://localhost:44314/_blazor/disconnect multipart/form-data;+boundary=---------------------------306671366734535903732531362735 397 - 200 0 - 1.6504ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css?_v=637997996860000000 - - - 200 15737 text/css 0.5359ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Blazorise.Snackbar/blazorise.snackbar.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\blazorise.snackbar\1.0.6\staticwebassets\blazorise.snackbar.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-icons/font/bootstrap-icons.css?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Blazorise/blazorise.css?_v=637943333140000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/layout-bundle.css?_v=637998000020000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/libs/flag-icon-css/css/flag-icons.min.css?_v=637975647493490000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/abp-bundle.css?_v=637998000000000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/layout-bundle.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\css\layout-bundle.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/layout-bundle.css?_v=637998000020000000 - - - 200 27119 text/css 0.7156ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-icons/font/bootstrap-icons.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\libs\bootstrap-icons\font\bootstrap-icons.css' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/libs/bootstrap/css/bootstrap.css'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\libs\bootstrap\css\bootstrap.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css?_v=637860412040000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/libs/flag-icon-css/css/flag-icons.min.css'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\libs\flag-icon-css\css\flag-icons.min.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/libs/bootstrap/css/bootstrap.css?_v=637907549631280000 - - - 200 205484 text/css 2.7622ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Blazorise/blazorise.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\blazorise\1.0.6\staticwebassets\blazorise.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/libs/flag-icon-css/css/flag-icons.min.css?_v=637975647493490000 - - - 200 34870 text/css 0.9076ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-icons/font/bootstrap-icons.css?_v=637997996860000000 - - - 200 74827 text/css 1.1452ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/abp-bundle.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\css\abp-bundle.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Blazorise/blazorise.css?_v=637943333140000000 - - - 200 68769 text/css 1.1109ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/abp-bundle.css?_v=637998000000000000 - - - 200 3942 text/css 0.6671ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Blazorise.Snackbar/blazorise.snackbar.css?_v=637937480960000000 - - - 200 7789 text/css 1.9865ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\blazorise.bootstrap5\1.0.4\staticwebassets\blazorise.bootstrap5.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css?_v=637860412040000000 - - - 200 59314 text/css 0.6417ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Saas.Host.Blazor/libs/chart/chart.min.js?_v=637968534500000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap/js/bootstrap.bundle.min.js?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/jquery/jquery.min.js?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/blazor-bundle.css?_v=637998000020000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-datepicker/js/bootstrap-datepicker.min.js?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/blazor-bundle.css'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\css\blazor-bundle.css' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap/js/bootstrap.bundle.min.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\libs\bootstrap\js\bootstrap.bundle.min.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/blazor-bundle.css?_v=637998000020000000 - - - 200 6292 text/css 0.4269ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/blazor-global-styles.css?_v=637993768485620011 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap/js/bootstrap.bundle.min.js?_v=637997996860000000 - - - 200 78135 application/javascript 0.7951ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/js/lepton-x.bundle.min.js?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Saas.Host.Blazor/libs/chart/chart.min.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.saas.host.blazor\6.0.0-rc.3\staticwebassets\libs\chart\chart.min.js' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/jquery/jquery.min.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\libs\jquery\jquery.min.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/jquery/jquery.min.js?_v=637997996860000000 - - - 200 89478 application/javascript 0.9254ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/blazor-global-styles.css'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\blazor-global-styles.css' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Saas.Host.Blazor/libs/chart/chart.min.js?_v=637968534500000000 - - - 200 195103 application/javascript 1.3494ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/blazor-global-styles.css?_v=637993768485620011 - - - 200 689 text/css 0.3714ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-datepicker/js/bootstrap-datepicker.min.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\libs\bootstrap-datepicker\js\bootstrap-datepicker.min.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_framework/blazor.server.js?_v=637970517000000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-datepicker/js/bootstrap-datepicker.min.js?_v=637997996860000000 - - - 200 33700 application/javascript 0.6745ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/scripts/style-initializer.js?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_framework/blazor.server.js'. Physical path: 'N/A' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/js/lepton-x.bundle.min.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\side-menu\js\lepton-x.bundle.min.js' [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/scripts/style-initializer.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\scripts\style-initializer.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_framework/blazor.server.js?_v=637970517000000000 - - - 200 132153 application/javascript 0.4577ms [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/js/lepton-x.bundle.min.js?_v=637997996860000000 - - - 200 69791 application/javascript 0.7137ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web/libs/abp/js/abp.js?_v=637982289280000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/scripts/style-initializer.js?_v=637997996860000000 - - - 200 1995 application/javascript 0.3508ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/scripts/global.js?_v=637997996860000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AuditLogging.Blazor/libs/chart/chart.min.js?_v=637968533720000000 - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web/libs/abp/js/abp.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web\6.0.0-rc.4\staticwebassets\libs\abp\js\abp.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web/libs/abp/js/abp.js?_v=637982289280000000 - - - 200 6463 application/javascript 0.3538ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/scripts/global.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.aspnetcore.components.web.leptonxtheme\1.0.0-rc.7\staticwebassets\scripts\global.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/scripts/global.js?_v=637997996860000000 - - - 200 798 application/javascript 0.4054ms [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/_content/Volo.Abp.AuditLogging.Blazor/libs/chart/chart.min.js'. Physical path: 'C:\Users\puzozavr.nuget\packages\volo.abp.auditlogging.blazor\6.0.0-rc.3\staticwebassets\libs\chart\chart.min.js' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AuditLogging.Blazor/libs/chart/chart.min.js?_v=637968533720000000 - - - 200 195103 application/javascript 0.8899ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/_blazor/initializers - - [blazor_bd21ddab-5]: [13:16:41 INF] Executing endpoint 'Blazor initializers' [blazor_bd21ddab-5]: [13:16:41 INF] Executed endpoint 'Blazor initializers' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/_blazor/initializers - - - 200 - application/json;+charset=utf-8 0.6851ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 GET https://localhost:44314/favicon.ico - - [blazor_bd21ddab-5]: [13:16:41 INF] Sending file. Request path: '/favicon.ico'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\favicon.ico' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 GET https://localhost:44314/favicon.ico - - - 200 1150 image/x-icon 0.4291ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/2 POST https://localhost:44314/_blazor/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 [blazor_bd21ddab-5]: [13:16:41 INF] Executing endpoint '/_blazor/negotiate' [blazor_bd21ddab-5]: [13:16:41 INF] Executed endpoint '/_blazor/negotiate' [blazor_bd21ddab-5]: [13:16:41 INF] Request finished HTTP/2 POST https://localhost:44314/_blazor/negotiate?negotiateVersion=1 text/plain;charset=UTF-8 0 - 200 316 application/json 0.8438ms [blazor_bd21ddab-5]: [13:16:41 INF] Request starting HTTP/1.1 GET https://localhost:44314/_blazor?id=s8Pnmid5BXVN0rjSbG449Q - - [blazor_bd21ddab-5]: [13:16:41 INF] Executing endpoint '/_blazor' [blazor_bd21ddab-5]: [13:16:41 INF] Start processing HTTP request GET https://localhost:44325/api/abp/application-configuration?api-version=1.0 [blazor_bd21ddab-5]: [13:16:41 INF] Sending HTTP request GET https://localhost:44325/api/abp/application-configuration?api-version=1.0 [blazor_bd21ddab-5]: [13:16:42 INF] Received HTTP response headers after 406.1193ms - 200 [blazor_bd21ddab-5]: [13:16:42 INF] End processing HTTP request after 406.2408ms - 200 [blazor_bd21ddab-5]: [13:16:42 INF] Authorization failed. These requirements were not met: [blazor_bd21ddab-5]: PermissionRequirement: SettingManagement.Emailing [blazor_bd21ddab-5]: [13:16:42 INF] Authorization failed. These requirements were not met: [blazor_bd21ddab-5]: PermissionRequirement: AbpIdentity.SettingManagement [blazor_bd21ddab-5]: [13:16:42 INF] Authorization failed. These requirements were not met: [blazor_bd21ddab-5]: PermissionRequirement: AbpAccount.SettingManagement [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 WRN] Could not find the localization resource LeptonX on the remote server! [blazor_bd21ddab-5]: [13:16:42 INF] Authorization failed. These requirements were not met: [blazor_bd21ddab-5]: PermissionRequirement: PartService.Part [blazor_bd21ddab-5]: [13:16:42 INF] Authorization failed. These requirements were not met: [blazor_bd21ddab-5]: PermissionRequirement: PartService.Part [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/api/account/profile-picture-file/3a0692eb-6329-d1bb-ff97-f29b1ebd4241 - - [blazor_bd21ddab-5]: [13:16:42 INF] Executing endpoint 'Volo.Abp.Account.ClientProxies.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)' [blazor_bd21ddab-5]: [13:16:42 INF] Route matched with {area = "account", action = "GetProfilePictureFile", controller = "Account", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Content.IRemoteStreamContent] GetProfilePictureFileAsync(System.Guid) on controller Volo.Abp.Account.ClientProxies.AccountClientProxy (Volo.Abp.Account.Pro.Public.HttpApi.Client). [blazor_bd21ddab-5]: [13:16:42 INF] Executing action method Volo.Abp.Account.ClientProxies.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client) - Validation state: Valid [blazor_bd21ddab-5]: [13:16:42 INF] Start processing HTTP request GET https://localhost:44325/api/account/profile-picture-file/3a0692eb-6329-d1bb-ff97-f29b1ebd4241?api-version=1.0 [blazor_bd21ddab-5]: [13:16:42 INF] Sending HTTP request GET https://localhost:44325/api/account/profile-picture-file/3a0692eb-6329-d1bb-ff97-f29b1ebd4241?api-version=1.0 [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/images/logo/tecan-logo.webp - - [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 - - [blazor_bd21ddab-5]: [13:16:42 INF] Sending file. Request path: '/images/logo/tecan-logo.webp'. Physical path: 'D:\Visual Studio\Projects\Tecan\apps\blazor\src\Tecan.Blazor\wwwroot\images\logo\tecan-logo.webp' [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/images/logo/tecan-logo.webp - - - 200 6244 image/webp 0.4831ms [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-icons/font/fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d - - [blazor_bd21ddab-5]: [13:16:42 INF] The file /libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 was not modified [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 - - - 304 - font/woff2 0.3553ms [blazor_bd21ddab-5]: [13:16:42 INF] The file /_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-icons/font/fonts/bootstrap-icons.woff2 was not modified [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/libs/bootstrap-icons/font/fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d - - - 304 - font/woff2 0.3332ms [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Blazorise/button.js?v=1.0.6.0 - - [blazor_bd21ddab-5]: [13:16:42 INF] The file /_content/Blazorise/button.js was not modified [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Blazorise/button.js?v=1.0.6.0 - - - 304 - application/javascript 0.4227ms [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/bootstrap-light.css - - [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/light.css - - [blazor_bd21ddab-5]: [13:16:42 INF] The file /_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/bootstrap-light.css was not modified [blazor_bd21ddab-5]: [13:16:42 INF] The file /_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/light.css was not modified [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/bootstrap-light.css - - - 304 - text/css 0.3711ms [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Volo.Abp.AspNetCore.Components.Web.LeptonXTheme/side-menu/css/light.css - - - 304 - text/css 0.3264ms [blazor_bd21ddab-5]: [13:16:42 INF] Received HTTP response headers after 23.0991ms - 200 [blazor_bd21ddab-5]: [13:16:42 INF] End processing HTTP request after 23.2276ms - 200 [blazor_bd21ddab-5]: [13:16:42 INF] Executed action method Volo.Abp.Account.ClientProxies.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 23.5309ms. [blazor_bd21ddab-5]: [13:16:42 INF] Executing ObjectResult, writing value of type 'Volo.Abp.Content.RemoteStreamContent'. [blazor_bd21ddab-5]: [13:16:42 INF] Executed action Volo.Abp.Account.ClientProxies.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client) in 24.5942ms [blazor_bd21ddab-5]: [13:16:42 INF] Executed endpoint 'Volo.Abp.Account.ClientProxies.AccountClientProxy.GetProfilePictureFileAsync (Volo.Abp.Account.Pro.Public.HttpApi.Client)' [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/api/account/profile-picture-file/3a0692eb-6329-d1bb-ff97-f29b1ebd4241 - - - 200 2939 image/jpeg 25.4719ms [blazor_bd21ddab-5]: [13:16:42 INF] Request starting HTTP/2 GET https://localhost:44314/_content/Blazorise/utilities.js?v=1.0.6.0 - - [blazor_bd21ddab-5]: [13:16:42 INF] The file /_content/Blazorise/utilities.js was not modified [blazor_bd21ddab-5]: [13:16:42 INF] Request finished HTTP/2 GET https://localhost:44314/_content/Blazorise/utilities.js?v=1.0.6.0 - - - 304 - application/javascript 0.4129ms

stristan commented 2 years ago

And again - trying to logoff and login again - same situation

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.