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
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
9 Answer(s)
-
0
hi
You need to add the docs web modules to your
Blazor WASMUI project.The
AdministrationServiceis a microservice, it doesn't contain UI.Also add
docs API routeto gateways.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
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" />
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)












