Hi,
Is there a sample document on how to add Modules like Pay, Chat etc using MicroServices/Blazor with EF Core Framework?
I tried to follow the instruction you have on your website but it seems not working.
Thanks, Mike
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: vX.X.X
- UI type: Angular / MVC / Blazor
- DB provider: EF Core / MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
2 Answer(s)
-
0
Hello,
This process is generally explained in the relevant module's document (for example https://docs.abp.io/en/commercial/latest/modules/chat#how-to-install). However, there are some general steps after installation.
- Configuring the installed module to use the static proxy instead of the dynamic proxy. See: https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients
- Generating static proxy files. See: https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients#code-generation
- and other steps
It is necessary to do these general steps, but we do not have a document on this subject for now. As a result, I'm opening an internal issue on the subject.
-
0
We have a guide about extracting a module as a microservice that adds AuditLogging module as a microservice as a sample. You can follow this guide for other modules.