hi
This is most likely because the distributed event bus isn't working properly.
SaasService will publish a TenantCreatedEto event, and IdentityService will create the admin for the new tenant.
Can you check the logs of IdentityService?
Thanks.
hi
Do not open-source your repository, please make it private and invite me as a contributor.
https://github.com/maliming
hi
Can you try to use chown to copy the file?
COPY --chown=1000:1000 bin/Release/net9.0/publish/ .
Thanks.
Would you consider making your Angular application public for 10 minutes?
That way, we can reproduce the error online and help us identify the problem.
Thanks.
好的, 我会检查你的项目
hi
Make sure the fix code exists in your web public website.
var cookieLifetime = TimeSpan.FromMinutes(60);
options.RemoteAuthenticationTimeout = cookieLifetime;
options.CorrelationCookie.Expiration = cookieLifetime;
options.NonceCookie.Expiration = cookieLifetime;
options.ProtocolValidator.NonceLifetime = cookieLifetime;
Thanks.