Activities of "ronaksbhavsar"

Hi,

CLUSTERDOWN The cluster is down

It seems not related to ABP but Redis, can you check the Redis server?

yes, redis related issue it was.

Thanks for your time.

hi

The** tenant id** may be changed by code, so the caller is responsible for passing the tenant name.

using(currentTenant.Change(tenantId)) 
{ 
 
} 
 

Okay Thanks

hi

You can override the GetClientIpAddress method to use IPV6 address.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/WebClientInfo/HttpContextWebClientInfoProvider.cs#L30

Normalize Auditlogs table as it has both TenantId and TenantName fields?

What do you mean? Can you explain?

Can't we get tenantName from tenantid as it has foreign key relation, Do we required to add tenantname?

Can you share your AuthServer.csproj package references?
Auth Server Package references.

Any update on this as I am waiting for the solution?

Thanks in Advance

Can you share your AuthServer.csproj package references? Auth Server Package references.

Thank you,

We should put Account related changes migration guide if it is missing.

Please let me know asap once you put all changes related to account module in migration guide as my Application is about to ready for production and I recently upgraded abp version to 5.2.0 due to this issue https://support.abp.io/QA/Questions/2809/httpssupportabpioQAQuestions2558Identity-Server-Error---Microservices

Thank you in advance.

You may have misunderstood that, there are no changes on the Account Module.
The Account Module was hosted by Http.Api.Host application of a tiered (separate identityserver) solution. It has been moved to IdentityServer project. That's all.

Okay. So, I will not be able to access through web gateway by adding it into configuration?
I have to access those api through Identity server endpoint?


My WebGateway appsettings configuration.

No, you are right. In the microservice template; gateways should be updated. account endpoints should be redirected to AuthServer instead of IdentityService. I have taken note of adding this to the migration guide.

FYI, 44322 is my Authserver endpoint and They are already redirecting to Authserver as mentioned in above Webgateway's appsettings configuration. but I am not able to access change-password, my-profile and Security logs from there and from Web Admin Portal as well.

Thank you,

We should put Account related changes migration guide if it is missing.

Please let me know asap once you put all changes related to account module in migration guide as my Application is about to ready for production and I recently upgraded abp version to 5.2.0 due to this issue https://support.abp.io/QA/Questions/2809/httpssupportabpioQAQuestions2558Identity-Server-Error---Microservices

Thank you in advance.

You may have misunderstood that, there are no changes on the Account Module. The Account Module was hosted by Http.Api.Host application of a tiered (separate identityserver) solution. It has been moved to IdentityServer project. That's all.

Okay. So, I will not be able to access through web gateway by adding it into configuration? I have to access those api through Identity server endpoint?

My WebGateway appsettings configuration.

Thank you,

We should put Account related changes migration guide if it is missing.

Please let me know asap once you put all changes related to account module in migration guide as my Application is about to ready for production and I recently upgraded abp version to 5.2.0 due to this issue https://support.abp.io/QA/Questions/2809/httpssupportabpioQAQuestions2558Identity-Server-Error---Microservices

Thank you in advance.

https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-5_0 It should be under account endpoint as per migration guide

Yes, but not able to access into WebAdmin Portal even.

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