hi
I have consulted the relevant documents. Multiple Connections can be configured, but multiple EventBuses like the second point cannot be configured.
Which document you have checked?
I think you can override try to override the RabbitMqDistributedEventBus service to custom the logic.
The built in service doesn't support this case.
Thanks.
hi
I think your authserver indirectly dependent on openiddict domain module.
so you can inject the openiddict's repository.
authserver => EF core project => OpenIddict EF Core => OpenIddict Domain
hi
We are not using Figma and don't have experience with Figma.
sorry for that.
I have refunded your question ticket.
hi
Add MyCorsPolicyProvider to your AuthServer(web) project.
You can inject the ICurrentClient, which has an Id property.
hi
We will fix the port problem in 0.9.20
Thanks
hi
Please uninstall the volo.abp.stidio.cli and install the volo.abp.cli(8.1.4 or 8.3.0) to create the new project.
dotnet tool uninstall volo.abp.stidio.cli -g
dotnet tool install --global Volo.Abp.Cli --version 8.3.0
https://www.nuget.org/packages/Volo.Abp.Cli/8.3.0
I don't know why your dll contains a Microsoft.Extensions.FileProviders.Embedded.Manifest.xml file
How do you build/release your application?
The demo-generate-proxy.json file cause Could not find ApiDescriptionModel for action: error.
You can rename or remove the ClientProxies folder name.
eg:
MyClientProxies/demo-generate-proxy.json
demo-generate-proxy.json
hi
I just confirmed, you can download the source code with:
abp add-package @volo/abp.commercial.ng.ui --with-source-code
hi
I'm not familiar with VB and Winforms.
You can use https://github.com/IdentityModel/IdentityModel to geta token in your c# project.
see https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Client.Console/Program.cs
hi
Its extension method of IUnitOfWorkManager
See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Uow/Volo/Abp/Uow/UnitOfWorkManagerExtensions.cs#L9-L24