Hi,
Could you replace the util.js in your project with this one https://github.com/aspnetzero/aspnet-zero-core/blob/rel-10.0/angular/src/assets/metronic/common/js/components/util.js and see if it fixes the problem ?
Hi,
Does your TempFileInfo contains this constructor https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Storage/TempFileInfo.cs#L9 ?
Hi,
If your app is multi tenant, host tables will be created in given database. In your case, you can deploy app to customer's environment and create only 1 tenant, so it will work as expected.
Hi,
You can enable AllowSocialLoginSettingsPerTenant
in appsettings.json file and then configure OpenID Connect details in settings page for that specific tenant.
Hi,
Thank you for sharing the details. Could you check if Abp.TenantId
request header is blocked by CloudFlare ?
Hi,
Thanks,
Hi,
Could you share the CSV file ?