hi
Razor page will be no problem. You can use it to test it now
Thanks.
hi
You are right. ABP will check your connection strings (SqlServerConnectionStringChecker) before saving to the database.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.EntityFrameworkCore.SqlServer/Volo/Abp/EntityFrameworkCore/ConnectionStrings/SqlServerConnectionStringChecker.cs#L14-L38
Thanks.
hi
Data always saved in Host database
ICurrentTenant.Id to see if the current tenant is correctly resolved.IMultipleTenant interface?IConnectionStringResolver and try to ResolveAsync and see the result after changing the current tenant.Thanks.
hi
Troubleshooting problems remotely will be slow and difficult
We always hope to reproduce the problem locally. Please share a minimal project so we can quickly confirm the problem after receiving it.
Thanks.
hi
You can use IsEnabledForGetRequests
Configure<AbpAuditingOptions>(options =>
{
options.AlwaysLogSelectors.Add(info => Task.FromResult(info.Url != null && info.Url.Contains("api/my-api")));
});
Thanks.
hi
Can you share the project via https://wetransfer.com/
Run abp clean and zip the project.
Thanks.
hi
Can you share a template project to reproduce it?
liming.ma@volosoft.com
Thanks.
hi
Your flow is no problem. The public Angular UI for the payment module will be available in the 10.1 milestone.
https://abp.io/docs/latest/modules/payment#user-interface
I recommend downloading the payment module's source code to see how it works.
Thanks
可能是, 还是要输出一些日志看看那个服务返回了错误的数据
参考: https://abp.io/support/questions/10180#answer-3a1e0f79-0c4a-f2ff-5121-227101208275