Open Closed

Exception on Docs module after upgrading 7.3 to 8.1 #7233


User avatar
0
uyarbtrlp created
  • ABP Framework version: v8.1.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC): yes

Hi all,

We've followed your documentation when we integrated it in our module. We use the FileSystem option. After upgrading the solution 7.3 to 8.1, we have an exception on docs module. So we've created application template solution from scratch to see whether we have the same case.

  1. Create a solution on abp suite
  2. Installing docs module packages and adding the dependencies on each layer (both web and admin packages)
  3. Insert the documentation on SQL INSERT [dbo].[DocsProjects] ([Id], [Name], [ShortName], [Format], [DefaultDocumentName], [NavigationDocumentName], [MinimumVersion], [DocumentStoreType], [ExtraProperties], [MainWebsiteUrl], [LatestVersionBranchName], [ParametersDocumentName], [ConcurrencyStamp]) VALUES (N'12321123-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'2f836e13a2084c3fb720a4d586a11f9a')
  4. Navigate the https://localhost/Documents
  5. Get the exception
  6. I am able to see admin pages. There are no issues.

How to solve that issue on v8.1.1?


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share your test project?

    Thanks

    liming.ma@volosoft.com

  • User Avatar
    0
    uyarbtrlp created

    I've sent it

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please set the LatestVersionBranchName to latest.

  • User Avatar
    0
    uyarbtrlp created

    Okay, it works. Thank you

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    : )

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11