Activities of "alper"

Payment module supports the following gateways:

  • Stripe (supports recurring billing with v4.4+)
  • PayPal
  • 2Checkout
  • PayU

https://commercial.abp.io/modules/Volo.Payment

Only Stripe will support recurring billing with v4.4 (coming this week). First time getting a request for Chargebee integration. We can evaluate this


I've created an issue to improve search on Users and Tenants pages.


You can write a Seeder class to grant permission for all Roles.


There's a discussion page for ABP Framework. You can share your ideas on this page https://github.com/abpframework/abp/discussions/

if this occurs in the startup of Suite, delete the project from Suite window and add it again. because when you rename files and folders, Suite will have an invalid cache.

Maybe that's case-sensitive.

await _identityRoleRepository.InsertAsync(new IdentityRole( id: Guid.Parse("60353FF7-0F81-4DD5-AC1F-6F9559037720"), name: "RoleAbc", tenantId: Guid.Parse("d1be844b-d3a2-031a-f036-39f5d4380239")));


System.InvalidOperationException : Role ROLEABC does not exist!

@kirtik we are not experienced on SSL issues. this is more like devops issue rather than ABP. maybe you can ask to experienced DevOps guys

the latest EF Core is 5.0.7

probably the node_modules is not installed correctly.

delete this folder => C:/Workspace/OrderManagementSystem/src/angular/.suite/schematics/node_modules

open cmd in C:/Workspace/OrderManagementSystem/src/angular/.suite/schematics/ and run yarn

how about ordering them in the UI ?

You can cache tokens since the browser also stores it until the expire date. I'm not sure if that causes a security leak. this is more a security concern which is out of my domain.

the cookies are stored for only active session. when you close the window, it becomes invalid. users must check "remember me" to have a persistent session.

Add a sorting property

Use it in the query

Showing 761 to 770 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54