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.
hi
This will be fixed on Hangfire 1.8.8
Please follow the https://github.com/HangfireIO/Hangfire/releases
hi
Please share full code of Maw3idIdentityServerModule to liming.ma@volosoft.com
https://support.abp.io/QA/Questions/6511/Upgrading-from-IdentityServer-to-OpenIdDict-issues#answer-3a102d5b-cd53-0e52-33f1-dc93f1ca8c88
hi
Please share a simple project to reproduce liming.ma@volosoft.com
Thanks