Activities of "Sergei.Gorlovetsky"

Hi,

Yes i also tried this but same issue

Hi,

While integrating we face this issue

The type 'StripeOptions' exists in both 'Volo.Payment.Stripe.Domain, Version=7.4.0.0, Culture=neutral, PublicKeyToken=null' and 'Volo.Payment.Stripe.Web, Version=7.4.0.0, Culture=neutral, PublicKeyToken=null'

here our packages in identity server project

can you take a look?

Thanks in advance

Hi liangshiwei,

Thanks for response

We had configured solutions you provided and override page and page model but we still face issue of tenant resolving

please look below screen that we have tried locally and on productions

Also when trying with debugging we found this with ReplaceTenantPlaceholder() method in UrlHelper class

In this both url.contains condition goes false,so url will remain as is

In mobile mode, the notification setting button with bell icon does not display at all. It is just shown in desktop mode. This issue was raised previously under tickets #5383 and #5645. As per the ticket, we can not see how to enable notification bell in the latest 7.4 release.

ABP Framework version: v7.4

UI Type: Angular

Database System: MongoDB

Tiered (for MVC) or Auth Server Separated (for Angular): yes

Exception message and full stack trace:

Steps to reproduce the issue:

  • ABP Framework version: v7.4.0
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Stripe payment gateway, payment request with parameter "success_url": "https://{{tenantName}}.is.clienteleapp.net/Payment/Stripe/PostPayment?SessionId={CHECKOUT_SESSION_ID}" And "cancel_url": "https://{{tenantName}}.is.clienteleapp.net" gives error "The success_url parameter must correspond to a valid URL."
  • Steps to reproduce the issue: We have added the stripe payment module, we are using tenant specific url for both angular and identity server, in appsettings of Identity project self url is configured as "SelfUrl": "https://{{tenantName}}.is.clienteleapp.net". We expect the tenant name should be resolved at the time of PrePayment and PostPayment method of Stripe payment module but it's not resolving the tenant name and causing the error when trying to process payment with stripe payment module.

Hi, After applying the last fix, it seems all working now, thanks.

Hello Anjali,

Thanks for the quick reply, the last code fixed the Blog & Payment Plan edit issue, now I think only CMS Kit => Menu Items edit getting error as below

[ERR] Value cannot be null. (Parameter 'ExtraProperties') System.ArgumentNullException: Value cannot be null. (Parameter 'ExtraProperties') at Volo.Abp.Check.NotNull[T](T value, String parameterName) at Volo.Abp.ObjectExtending.ExtensibleObjectMapper.MapExtraPropertiesTo[TSource,TDestination](TSource source, TDestination destination, Nullable1 definitionChecks, String[] ignoredProperties) at Volo.Abp.ObjectExtending.HasExtraPropertiesObjectExtendingExtensions.MapExtraPropertiesTo[TSource,TDestination](TSource source, TDestination destination, Nullable1 definitionChecks, String[] ignoredProperties) at Volo.CmsKit.Admin.Menus.MenuItemAdminAppService.UpdateAsync(Guid id, MenuItemUpdateInput input)

Hello Anjali,

We tried adding the class and suggested code in {Projectname}MongoDbModule.cs but that didn't solve the issue, still we are getting same error as before. Can you check the latest commit in devops repository and verify the code changes.

Hello Anjali, Your user have been invited to the repo. Pls accept the invite and access the repo here: https://dev.azure.com/DecisionTreeTech/_git/ClientelePortal

Let me know if you have any permissions issues with the branch.

Hi Anjali My apology for confusion. I meant to say that this project is not managed in github but in Microsoft Azure DevOps. In order to allow you access to the source code we have to add your work email to the system. Please share your work email. I hope it make sense to you. Thanks, Sergei

Showing 41 to 50 of 68 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13