Activities of "FelixKirschner"

Question

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')

Error when editing my project

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

  • ABP Framework version: v8.0.3
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC): yes
Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13