- 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)
-
0
hi
Can you share what code changes you have done?
Thanks
-
0
-
0
-
0
-
0
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. -
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" />
-
0
-
0
hi
The images are 404. we will fix this problem.
Can you share the details by email?
sorry for that.
liming.ma@volosoft.com
-
0
hi
I have confirmed the docs module doesn't support the blazor server/wasm.