Activities of "PravinRaijade"

hi

Usually, you can use ICurrentTenant to get current tenant info, if your API needs to control it, you can pass tenantId to your API.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#icurrenttenant https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

Hi Support,

But none of the following API accept TenantID/ Tenant Name

GET /api/identity/users/{id}

PUT /api/identity/users/{id}

POST /api/identity/users/{id}

I want to authenticate the mobile User using "User Name & Password" and based on the Role of the logged in User, decide on the mobile application workflow.

how can I change the Tenant using Mobile App? is there any API available out-of-the-box?

But none of the following API accept TenantID/ Tenant Name

GET /api/identity/users/{id}

PUT /api/identity/users/{id}

POST /api/identity/users/{id}

I want to authenticate the mobile User using "User Name & Password" and based on the Role of the logged in User, decide on the mobile application workflow.

how can I change the Tenant using Mobile App? is there any API available out-of-the-box?

HI Support,

I could resolve the issue at my level.

I was assuming that when we switch the Tenant using, "CurrentTenant.Change" and insert new record in tenant DB, the Guid of the record would be same as that of the host record before switch. (these master records and not host & tenant specific). This is more relevant when we have linked table using foreign key referential integrity. But, that assumption was wrong. Now, I am querying the Guid of linked table record (foreign table) from respective tenant DB and updating master record with appropriate Guid of child record and then calling "CreateAsync"

If possible, could you please refund the credit points.

Regards, Pravin Raijade.

I closed the ticket after writing my comments. so, that could be the reason, you missed my request for refund of credit.

My request is, am I eligible for refund of credit as I resolved this issue at my level. if yes, could you please do the needful.

Regards, Pravin Raijade.

We are stuck because of this one here https://support.abp.io/QA/Questions/3301/qgApoZ2OmDdJqiAoXp5L4ObZ82mStp54vqoB0A-is-not-a-valid-page-error . We got contractors to work with us for one week so there are like 3 man-weeks worth of changes that we can’t ship so super important to get this fixed (almost 1.5 weeks since discovered!!)

this problem has been addressed and we have fixed it. it's related to aspnet core razor pages base class change. we're testing the result to be sure it's working in 5.3.2. Therefore you'll get this fix with 5.3.2. And the planned date for 5.3.2 is July 5th, Tuesday 2022.

is version 5.3.2 released ??

Hi Support,

any updates on this issue#3434 ?

"ITenantAppService CreateAsync method Not creating database and applying migration. #3434"

Regards, Pravin Raijade.

Hi Support,

Huge code base has been developed and I cannot try creating new project from scratch and test it.

I am migrating as and when new version of ABP.IO is released.

Below line is not working, I mean it is not creating Table in PostgreSQL and not applying migrations which was working earlier. saasTenantDto = _tenantAppService.CreateAsync(createDto).Result;

Please suggest.

Regards, Pravin Raijade.

Hi Support,

small correction, the right code line is as below

saasTenantDto = _tenantAppService.CreateAsync(createDto).Result;

so with ".Result", we don't require "await", right

Regarding Tenant Database migration hadler, where is it located, or should be located?

But, earlier everything was working fine. This issue is only after migrating to abp 5.3.2

Regards. Pravin Raijade.

Dear Maliming,

My issue#3434 is still open.

ITenantAppService CreateAsync method Not creating database and applying migration. #3434

Kindly help.

Regards, Pravin Raijade.

Dear Support,

No my problem has not been resolved yet.

can we connect over Teams?

Regards, Pravin Raijade.

顯示 13 個紀錄的 1 到 10 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11