I want different database for custom module. One is default connection string and ModuleConnectionString.
See https://abp.io/docs/latest/framework/fundamentals/connection-strings https://abp.io/docs/latest/framework/data/entity-framework-core/migrations
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.
hi
There is no module database. Only apps have a database.
https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Server/EntityFrameworkCore/ServerDbContext.cs#L32
https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo/Abp/OpenIddict/EntityFrameworkCore/OpenIddictDbContextModelCreatingExtensions.cs#L12
hi
You can refer to https://abp.io/docs/latest/framework/ui/blazor/layout-hooks to add a component.
Then, connect the Singlar hub and add event listen in it. https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/signalr-blazor?view=aspnetcore-8.0&tabs=visual-studio
No problem. Please create a template project and share it via https://wetransfer.com/
I will download and change code.
liming.ma@volosoft.com
Thanks.
hi
You need to call builder.ConfigureYourModule(); in the OnModelCreating method of your application DbContext class.
hi
You can inject the IPermissionStore and set a breakpoint to see its instance.
Or you can share a test project with your PermissionStore. I will download and check it.
liming.ma@volosoft.com
Thanks
hi
What is the instance of IPermissionStore if you get it from DI?
hi
This may be a problem caused by the async API.
I will check it later.