Yes I am 100% not triggering something on the side with my mouse. Some background jobs are running but I don't think they matter to JS. The idle timer settings are working completly on his own or? Because we got settings defintions too. Is there somewhere a demo side with working idle online?
Hello, I want to try out the new feature Idle Session Timeout. It is activated in the UI, I can see the JS loaded in the browser and I can see it also in the setting management tables. I can see in the application logs every few minutes query to ask the idle times. We are also using app.MapAbpStaticAssets(); Do you got any idea what the problem could be because the popup is not showing up and I am not logged out.
I run abp install-libs again and now my icons and the red cross is back. But the 2nd point is still open. I am using lepton X theme and I want to remove the default heading from the PageHeader component. I have already tried the following but he keeps ignoring it: (In my blazor module) https://abp.io/docs/latest/framework/ui/blazor/page-header
Hello, I upgraded my ABP-Solution from .NET8 to .NET9. I followed the official upgrade guide: https://abp.io/docs/9.0/release-info/migration-guides/abp-9-0 Now I am facing two problems:
Since I upgraded my version, the red cross in the error box disappeared. Is this intended, or did I miss something? I have already run the command abp install-libs https://abp.io/docs/latest/framework/ui/blazor/error-handling?UI=Blazor
The headings keep displayed on other sides when I visited one of your modules. How can I remove this behaviour?
In addition it would be cool to know how i can remove the entire heading.

In your modules (like SaaS) I am missing the filter icon. Did I forget to update smth?

Thank you for your help!
Hello! I wanted to use the Doc Module in combination with a filesystem for a tryout. Now I am kinda stuck. I followed the following tutorial: https://docs.abp.io/en/abp/latest/Modules/Docs
SQL I used (The ConcurrencyStamp column is missing in the doc, I adjusted the file path): INSERT [dbo].[DocsProjects] ([Id], [Name], [ShortName], [Format], [DefaultDocumentName], [NavigationDocumentName], [MinimumVersion], [DocumentStoreType], [ExtraProperties], [MainWebsiteUrl], [LatestVersionBranchName], [ParametersDocumentName],[ConcurrencyStamp]) VALUES (N'12f21123-e08e-4f15-bedb-ae0b2d939659', N'ABP framework (FileSystem)', N'abp', N'md', N'Index', N'docs-nav.json', NULL, N'FileSystem', N'{"Path":"C:\Github\abp\docs"}', N'/', NULL, N'', N'12f21123e08e4f15bedbae0b2d939659')
StackTrace: 2024-07-03 15:07:14.466 +02:00 [WRN] ---------- RemoteServiceErrorInfo ---------- { "code": "UnknowDocumentSourceExceptionMessage", "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }
2024-07-03 15:07:14.466 +02:00 [WRN] Exception of type 'Volo.Abp.BusinessException' was thrown. Volo.Abp.BusinessException: Exception of type 'Volo.Abp.BusinessException' was thrown. at Volo.Docs.Admin.Pages.Docs.Admin.Projects.EditModel.OnGetAsync(Guid id) at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.ExecutorFactory.GenericTaskHandlerMethod.Convert[T](Object taskAsObject) at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.ExecutorFactory.GenericTaskHandlerMethod.Execute(Object receiver, Object[] arguments) at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.InvokeHandlerMethodAsync() at Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker.InvokeNextPageFilterAsync()
2024-07-03 15:07:14.466 +02:00 [WRN] Code:UnknowDocumentSourceExceptionMessage 2024-07-03 15:07:14.466 +02:00 [WRN] Details:
I don't know why I can not see anything here

Error when navigating to /documents

This man got the same issue as me: https://support.abp.io/QA/Questions/6063/ArgumentException--version-can-not-be-null-In-Document-Module-FileSystem
Markdown Files I got from here: https://github.com/abpframework/abp/tree/dev/docs
Any help is appreciated Kind regards Felix
Thank you Anjali!
Hello Team, Could you please provide an overview of all used frameworks and NuGets used in the standard configuration of ABP with Blazor WebAssembly?
Thank you! Kind regards Felix