hi
Please check all abp packages referenced by your project, The versions should be the same.
Thanks @jogoertzen
I will check this.
Can I check it remotely?
https://zoom.us/j/96694516779?pwd=ZTZ1K09KQ1I1WkNGK2NHMEhzWVMzQT09
hi
Are you using reverse proxy for the websites?
hi
We will fix this problem.
Note: The Microsoft.EntityFrameworkCore.Tools package was recently upgraded to 5.0.8 which seemed to cause version conflicts with 5.0.7 during the build. I worked around the issue by downgrading to 5.0.7 and editing any .csproj files that contained version 5.0.* and replaced them with 5.0.7 explicitly.
You can try to install the latest NET SDK.
5.0.302 https://dotnet.microsoft.com/download/dotnet/5.0
hi
Are you using the HTTPS on Server?
You can refer to this: https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
hi
Is your SESEmailSender
implement the IEmailSender
and replace default one in the DI?
Account Pro will use IEmailSender
to send emails by default.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/IEmailSender.cs#L9
Would you also please consider adding one with Angular and Identity Server separated?
I will try to add that.
https://github.com/abpframework/abp/pull/9563
hi
I will fix it in next RC.