Have you tried posting ExtendLocalizationResource?
You can also publish to a local folder for testing.
hi
Please share the logs of the authserver.
hi
abp/account/src/Volo.Abp.Account.Pro.Public.Web/Pages/Account/SendSecurityCode.cshtml
Twilio.Exceptions.ApiException: The 'To' number 0551112233 is not a valid phone number.
You can override the CheckPhoneNumber method of AccountAppService .
protected virtual void CheckPhoneNumber(IdentityUser user)
{
if (string.IsNullOrEmpty(user.PhoneNumber))
{
throw new BusinessException("Volo.Account:PhoneNumberEmpty");
}
// Add more rules
}
It will be updated in 24 hours.
hi
The JSON files compiled into assembly DLL so it doesn't work.
This seems to be a problem with ECS Fargate, I don't know much about it. You can change the default port of the app.
https://andrewlock.net/5-ways-to-set-the-urls-for-an-aspnetcore-app/
hi
I'll ask the microservices teammate.
hi
I think there is no problem with this.