hi
You can create a new IConfiguration
using (var application = AbpApplicationFactory.Create<AppModule>(options =>
{
options.UseAutofac(); //Autofac integration
options.Services.ReplaceConfiguration(your_custom_IConfiguration);
}))
hi
Can you provide a simple project? liming.ma@volosoft.com
Let's check it on the meeting.
https://zoom.us/j/95815890202?pwd=VnZaVXl6MTM2OWV4M2czcVdVbzlQUT09
hi
Please set the MS log level to Trace to see the details.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Program.cs#L15-L28
hi chris
Maybe your localization or permissions are too many, can you share the response json of this request? liming.ma@volosoft.com
hi
Is every refresh slow? Please share some request and response logs