I suggest you download the source code of the saas module for analysis.
If your change too much, you can add the source code of saas to your project.
https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
hi
Do you install the yarn
? https://yarnpkg.com/
You can remove the node_modules
and retry.
hi
You should depend on Chat's modules in your layered modules just like any other modules.
> aspnet-core\src\MyCompanyName.MyProjectName.Web\bin\Debug\net6.0\publish> $env:ASPNETCORE_URLS="http://localhost:8001"
> aspnet-core\src\MyCompanyName.MyProjectName.Web\bin\Debug\net6.0\publish> dotnet .\MyCompanyName.MyProjectName.Web.dll
[09:41:43 INF] Starting web host.
[09:41:44 INF] Initialized all ABP modules.
[09:41:44 INF] Now listening on: http://localhost:8001
[09:41:44 INF] Application started. Press Ctrl+C to shut down.
[09:41:44 INF] Hosting environment: Production
api/saas/tenants/3a03440a-5d0e-e4e2-4fa5-c40c2671b8fe/apply-database-migrations
saas\src\Volo.Saas.Host.Application\Volo\Saas\Host\TenantAppService.cs
Will I be able to override the above service ?
Yes. Volo.Saas.Host.TenantAppService
How do I add multiple connection string ( i,e, per module ) from UI i.e. Saas Tenant screen where we create a Tenant and give the connection string. My project have 3 custom module, So I have 1 database for Admin/Abp/IdentityServer and other 3 for 3 different modules
If the default UI does not support it, you need to implement it yourself. Custom the app service and Angular UI
hi
Try ITransientDependency
public class XYZServiceDatabaseMigrationEventHandler : ITransientDependency
hi
https://andrewlock.net/5-ways-to-set-the-urls-for-an-aspnetcore-app/
HI
Did you depend on the modules of Chat
? EG domain
efcore
application
modules
This error doesn't seem to be related to ABP, please share the error log.
hi
You just need to add the commercial
packages to your project. You can check the commercial
template project.