Activities of "maliming"

hi

Can you share a screenshot?

Would you want to remove it in both angular and MVC?

Thanks

hi

We will make entities and UI extensible in the next version.

However, you still need to override some built-in services and UI pages to meet your requirements.

Thank you

hi

AbpDbContextOptions is standard IOptions<> , and its singleton by default.

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-8.0

https://github.com/dotnet/runtime/blob/release/8.0/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L26

Can you share a project to reproduce this?

liming.ma@volosoft.com

Thanks

hi

This feature depends on the Dynamic Claims feature of the ABP framework. https://abp.io/docs/latest/framework/fundamentals/dynamic-claims?_redirected=B8ABF606AA1BDF5C629883DF1061649A

Have you enabled it?

hi

Is there a way to get the source code of the StripePaymentGateway or the PaymentModule in general?

Please send an email to liming.ma@volosoft.com I will share the source code.

Enabling WebHooks Configuring Web Hooks is highly important for subscriptions otherwise your application won't be able to get subscription changes, such as canceled or updated states. Each gateway has its own configuration:

https://abp.io/docs/commercial/5.1/modules/payment#enabling-webhooks

Stripe will send a request to your website(yourdomain.com/payment/stripe/webhook)

You can override the Volo.Payment.Stripe.Domain/Volo/Payment/Stripe/StripePaymentGateway.cs to add more logic.

Please send the mail, I will share the source code.

ok, You can commit these to your repos.

but you can still access it if it isn't in the wwwroot folder folder.

hi

Can you share Logs.txt file?

I think you have some permission problem.

btw, Is there any error message on browser console?

liming.ma@volosoft.com

This command generates the file from node_modules.

https://abp.io/docs/latest/CLI#install-libs

But these files are from the package. you don't need to run install-libs for them.

/_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/libs/account/link-user.js
/_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/libs/account/authority-delegation.js

which mean you can reach it with below link https://localhiost:1234/_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/libs/account/link-user.js

hi

Can you check the logs.txt to see what happened?

Showing 171 to 180 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30