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?
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?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?
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.