hi
I will set ExpireTimeSpan and test my locally. Thanks.
hi
When I try to upload with web host request, I got some error. Then, I added web host to cors-origin to authserver appsettings file. But I got a an other error from upload request. It returned successful array but id is broken. How can I request from web host?
What's the error?
but id is broken.
Can you explain it in detail?
hi
It is not recommended that you create a relationship, because different microservices may use different database(SQL server, mysql). You can record the user id and query the user info when needed
hi
You can redirect page in custom MultiTenancyMiddlewareErrorPageBuilder.
The MultiTenancyMiddlewareErrorPageBuilder is used to handle inactive and non-existent tenants.
It will respond to an error page by default, you can change it if you want, eg: only output the error log and continue ASP NET Core's request pipeline.
https://docs.abp.io/en/abp/latest/Multi-Tenancy
hi
It may be that your browser blocks third-party cookies. Please check the console for any warnings or errors.
hi
Remove IdentitySettingManagementPageContributor from SettingManagementPageOptions
Configure<SettingManagementPageOptions>(options =>
{
options.Contributors.Remove..
});```
Ok, Can you share the source code? I can check it locally.
Thanks
liming.ma@volosoft.com
The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
See https://support.abp.io/QA/Questions/1185/Certificate-Issue-in-Local-IIS-deployment
hi
Yes, because the result include the CurrentUser
hi
hard to reproduce, the error shows up after the inclusion of a in house developed module
You can check your source code, I think they used the inconsistent Nuget packages of abp&volo&lepton.