Open Closed

I cannot succeed to integrate Docs Module in Blazor Microservices #8026


User avatar
0
icoretchi created
  • ABP Framework version: v8.3.1
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): separated
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi,

I've integrated Docs Module in the AdministrationService, and I've followed all the steps from the abp docs module documentation, but unfortunately docs menu does not appear and the /documents endpoint is not found. Any suggestions?

Thanks


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

    hi

    Can you share what code changes you have done?

    Thanks

  • User Avatar
    0
    icoretchi created

    Hi,

    1. Adding Module Dependencies for all tiers
    2. Entity Framework Integration
    3. Linking Docs Module
    4. Adding New Docs Project
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Your pictures are breaking.

  • User Avatar
    0
    icoretchi created

    Hi,

    it's very strange. Let's try again.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You need to add the docs web modules to your Blazor WASM UI project.

    The AdministrationService is a microservice, it doesn't contain UI.

    Also add docs API route to gateways.

  • User Avatar
    0
    icoretchi created

    Hi,

    Do you mean to add the following package to Blazor project:

    <PackageReference Include="Volo.Docs.Admin.Web" Version="8.3.1" /> <PackageReference Include="Volo.Docs.Web" Version="8.3.1" />

  • User Avatar
    0
    icoretchi created

    Hi,

    After I added:

    The build give me the following error:

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The images are 404. we will fix this problem.

    Can you share the details by email?

    sorry for that.

    liming.ma@volosoft.com

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I have confirmed the docs module doesn't support the blazor server/wasm.

Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11