Activities of "yuemy@sph.com.sg"

still not working for me.

Already confirmed the Nuget.config file is correct with my API key.

Already logged in to ABP as well.

Any help on this??

What do you mean by different db for commercial modules? Identity, Account, IdentityServer are commercial modules, how and why would you like to separate them?

my connection strings:

"Default": "Server=localhost;Port=3306;Database=default_db;Uid=root;Pwd=Password123;", "ProductModule": "Server=localhost;Port=3306;Database=product_module_db;Uid=root;Pwd=Password123;"

I already have separate DB migration project for each db.

So when I run the DB Migrator, both migration project will be migrated smoothly for the Host.

Then i proceed to add a Tenant. In the Edit Tenant Connection String UI, we can only specify one connection string though.

So after that I run the DB migrator again, but this time round both migration will be migrated to the same tenant db which is not what I would like it to be.

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11