Galip, biz problemimizi hallettik. Projede 'AbpPaymentStripeHttpApiModule' modulunu kullanıyorduk. 7.3.2 upgrade sonrası paketler restore olmadı. 'AbpPaymentStripeHttpApiModule' modulunu projeden kaldırdık. Restore oldu. Bu modüle bakmalısınız.
I had to dig to find the problem, yes it is related to Payment Module. The related changes are documented here: https://docs.abp.io/en/commercial/latest/migration-guides/v5_2#payment-module Saas and Payment modules are no longer coupled. But if you want to use it together please check this docs aswell: https://docs.abp.io/en/commercial/latest/migration-guides/v5_3#saas-payment-module-dependency-improvements
TLDR: Remove the
Volo.Payment.Stripe.HttpApi
dependency and make the related configuration to use with SaasModule:Configure<AbpSaasPaymentOptions>(options => { options.IsPaymentSupported = true; });
haklısın. bizim hatamız. teşekkürler.
Galip, biz problemimizi hallettik. Projede 'AbpPaymentStripeHttpApiModule' modulunu kullanıyorduk. 7.3.2 upgrade sonrası paketler restore olmadı. 'AbpPaymentStripeHttpApiModule' modulunu projeden kaldırdık. Restore oldu. Bu modüle bakmalısınız.
We're investigating the problem.
@serdar.genc@talentra.net and @huseyinalan can you give information about from which version you are updating to v7.3.1? Or were you updating to v7.3.2?
Hi , 7.3.2
Same problem
You could create a new solution using abp suite with the same name as your existing project. After that you copy the maui project inside your existing projects src directory and add it to the existing solution.
Hope this helps.
I tried this but wasn't quite sure when it did something right. Thanks for your quick response.
How to add maui project to existing abp project?
Same problem. We need to solution, urgent.thanks