hi coeusli
You should use IRemoteStreamContent
in app service. Then follow https://github.com/abpframework/abp/issues/6384#issuecomment-739245736
I think the problem not related to abp suite. You can always use suite in cmd.
hi
Can you try to press Ctrl+C
multiple times?
I can't reproduce the problem.
hi
The email confirmation page will show when you log out and log in again, I will fix this problem in rc3.
hi
I think suite doesn't support that relationship for now.
https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page#navigation-properties
hi willignicolas
I can share the French translation of all modules with you, and add it to the next version after you translate it.
https://docs.abp.io/en/abp/latest/CLI#translate
2021-04-10 15:46:39.344 -05:00 [WRN] The cookie 'idsrv.session' has set 'SameSite=None' and must also set 'Secure'. 2021-04-10 15:46:39.360 -05:00 [WRN] The cookie '.AspNetCore.Identity.Application' has set 'SameSite=None' and must also set 'Secure'.
hi
Please refer to https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
hi
Can you try to specify one member?
yield return new ValidationResult(
"The passwords do not match!",
new[] { "ConfirmAdminPassword" }
);
hi
You can try to remove base.Validate(validationContext);