Activities of "liangshiwei"

Those are unfortunately our requirements: We have to be able to host every tenant db on a separate server, which means every tenant db needs to be a separate container. Ok. So we could modify HandleEventAsync() of this handler to call a script on the server to create the docker container and only then apply the migration?

You can use a DOCKER CLI NET client library to create containers https://github.com/dotnet/Docker.DotNet

Hi,

We want to automate the tenant creation process. Since we want our tenant dbs in docker containers, before the tenant db is created and seeded we need to create the docker container (with a script executed on the server), and only then we know what the connection string for the tenant will look like.

I don't understand; you can use the same DB container instead of create a new DB container.

Is there a way to pass seeding data to the DbMigrator when executing it with dotnet run? Asked another way: How does the DbMigrator get the admin credentials of a newly created tenant if it is executed separately with dotnet run?

When you create a new tenant, you need to enter the admin credentials

As a second step, we plan to execute the DbMigrator to apply migrations and seeding data to this newly created tenant db container.

you don't need to do it; ABP will publish a tenant-created event, and the handler will create a database.

sure,

my email is shiwei.liang@volosoft.com

https://abp.io/support/questions/7623/ABP-Framework-upgrade-821-replaced-identity-service-doesn%27t-generate-proxy#answer-3a1438d2-184a-0763-1f04-ab7c8c8b4936

How do i reproduce the problem, could you share the full steps

Hi,

my email is shiwei.liang@volosoft.com

okay, good luck

Please also note the part about Exported = true being needed (or implemented / solved elsewhere)

yes, added

Is storage actually used anywhere in the MAUI app currently?

this is only used to store the access_token and refresh_token

I suppose now we just wait and see if it is still valid after 1 day then yeah?

you can try changing your system datetime to check it.

Hi,

I am getting a 404 on account/sessions, also account/session, and I tried to find it in the settings / admin menus but can't find, is that the right URL?

The URL should be AuthServerURL/account/sessions

You can try this: https://abp.io/support/questions/7626/Can%27t-generate-long-lived-auth-tokens-after-82-upgrade#answer-3a143840-1291-1f3d-7e6b-18c502a01068 this problem also happened in the ABP.io, after logout and re-login, it works fine.

Hi,

I could not reproduce the problem.

Showing 671 to 680 of 5992 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54