hi, I've checked your license and updated. must be fixed.
hi, I guess you are using the seperated identity server architecture. it seems like the, there's an issue about retreiving the role claims. when there's no role claims, permissions are not working properly.
this is most probably an Identity Server configuration issue. I'll try to reproduce it in my local.
hi, when you add these modules add NuGet reference there'll be no Domain Classes or other classes will be added. you enable the payment gateways from appsettings.json
And you can use the payment app services now. Check out https://docs.abp.io/en/commercial/latest/modules/payment#sample
hi,
In the *.EntityFrameworkCore
, there's *EntityFrameworkCoreModule.cs
And there'll be options.UseNpgsql()
or options.UsePostgreSql()
you can pass options to this method see https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo/Abp/EntityFrameworkCore/AbpDbContextOptionsPostgreSqlExtensions.cs#L11
this has been fixed on September 11 after this PR https://github.com/abpframework/abp/pull/5318 can you update your ABP packages to v3.3.2?
updating to the latest version may fix it.
go to this URL and write us the response api/abp/api-definition/
This is in the roadmap but there's no blocking case that implementing a N:N relationship. See
1- https://docs.microsoft.com/en-us/ef/core/modeling/relationships?tabs=fluent-api,fluent-api-simple-key,simple-key#many-to-many 2- https://www.learnentityframeworkcore.com/configuration/many-to-many-relationship-configuration
I'm not sure if this helps https://docs.abp.io/en/commercial/latest/modules/file-management But I'd do it without File Management. It'd be a forced solution.
hi @murat.yuceer,
can you give more details about adding a module issue. you created a Blazor solution. Then you add a module. Which module? How did you add (as NuGet reference, project reference)? what's generated? did you generate a CRUD page using Suite?
for the Angular code generation issue; the problem is related to this commit https://github.com/angular/angular-cli/commit/5ce621e371166af4994cae5cc9a456ee683cbaf0 we'll fix this but there's a workaround of this problem.
Open this file:
C:\YourProject\angular\.suite\schematics\commands\entity\index.js
Go to line 56 and replace it with the following:
const abpSchematics = './node_modules/@abp/ng.schematics/collection.json';