hi
Please add some test code to Program.cs of apihost to check the appsettngs.json,appsettngs.secrets.json files.
You can try to read the file content.
hi
Please use DomainService in HandleEventAsync method.
You can also use the same DomainService in _articleDownsAppService.
Is there an appstitiongs.json file in Azure, and does AuthServer:Authority exist in it?
hi
https://github.com/abpframework/abp/issues/3487#issuecomment-1820454025
hi
api/app//{id}
It should be api/app/{id}
- api/app//{id}
+ api/app/{id}
Can you share your controller code?
Can you reproduce this in a new 8.x template project?
hi
Can you share some code of EnDeneme.UserProductSessions.UserProductSessionsAppService.GetListAsExcelFileAsync(UserProductSessionExcelDownloadDto input) method?
hi
You can try to replace the IFileManagementDbContext(FileManagementDbContext) in your MyAppDbContext
Just like the the [ReplaceDbContext(typeof(IIdentityProDbContext))] and [ReplaceDbContext(typeof(ISaasDbContext))]
Then, add a custom global filter.
https://docs.abp.io/en/abp/latest/Entity-Framework-Core#replacedbcontext-attribute https://docs.abp.io/en/abp/latest/Data-Filtering#entityframework-core
hi
Object reference not set to an instance of an object. at Microsoft.Extensions.DependencyInjection.AbpSwaggerGenServiceCollectionExtensions.AddAbpSwaggerGenWithOAuth(IServiceCollection services, String authority, Dictionary
2 scopes, Action1 setupAction, String authorizationEndpoint, String tokenEndpoint)
Please share the call code of AddAbpSwaggerGenWithOAuth?
Make sure configuration["AuthServer:Authority"] has a value in appsettings.json.
hi
Maw3idIdentityServerModule looks no problem.
I suggest you make a project that reproduces the problem. You can test your code in a new template project.