Käyttäjän "Sergei.Gorlovetsky" toiminnot

Hello,

I have used this method (https://docs.abp.io/en/abp/latest/Object-Extensions#object-extension-manager) to extend Saas.Tenants

I have BlobConnectionString as new column in Saas.Tenants Table. I am wondering, how can I add that extra property in the API call while creating a new tenant ?

I tried to add that under extraproperties in the JSON body, but that did not help.

End point : /api/saas/tenants

{
    "extraProperties": {
        "blobConnectionString" : "abc"
    },
    "name": "tenant7",
    "editionId": null,
    "adminEmailAddress": "tenant3@mellowoodmedical.com",
    "adminPassword": "Test@123",
    "activationState": 0,
    "activationEndDate": "",
    "connectionStrings": {
        "id": "",
        "default": null,
        "databases": []
    }
}
  • ABP Framework version: 8.0
  • Database System: EF Core (MySQL)

Hello,

I am trying to create a new tenant via postman call. I am using the same JSON body which I see in developer tools, when I create a tenant from UI.

The strange part is, that I can create a new tenant from UI, but getting a bad request when I try the same body with Postman.

Request Body

{ "extraProperties": {}, "name": "tenant3", "editionId": null, "adminEmailAddress": "tenant3@mellowoodmedical.com", "adminPassword": "Test@123", "activationState": 0, "activationEndDate": "", "connectionStrings": { "id": "", "default": null, "databases": [] } }

Request Headers

  • ABP Framework version: 8.0
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hello,

I am trying to deploy web API on Azure App services. I followed the steps mentioned here https://docs.abp.io/en/commercial/latest/startup-templates/application/azure-deployment/step1-create-azure-resources?UI=NG&DB=EF&Tiered=Yes

However, I face this issue:

Checking the Log Stream in Azure App Services, I find this error:

On Checking under Azure App service > Debug and Solve problems > Application Logs, I find this


After this, I also tried to publish the application into my local machine folder and then these commands, but unable to to execute it in my local as well

Can I get some input, on what I might be doing wrong here ? Thanks

it is fine when I build and run the app from Visual Studio in development mode.

  • ABP Framework version: 8.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)

I am using the [Authorize] attribute as mentioned here: https://docs.abp.io/en/abp/latest/Authorization

With that, I want to test the APIs via Postman and to do that, I need to get an Access Token for authorization.

I am using the /api/account/login endpoint and I see that the token is being stored in cookies. But I want to get that in the request response.

Please can someone direct me to its documentation or any samples?

  • ABP Framework version: v8 preview
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Hi, The was a problem implementing Lazy Loading feature of Blazor WebAssembly in ABP as explained in this github issue https://github.com/abpframework/abp/issues/5543 https://support.abp.io/QA/Questions/3631/Pre-renderingLazy-Loading-Blazor-Webassembly Is this issue being addressed in the v8 ?

Previous ticket was closed in between of the solutions, so creating a new one with the reply from previous ticket https://support.abp.io/QA/Questions/6013

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:

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.

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 ticket #5383. As per the ticket, we can not see how to enable notification bell in the latest 7.3 release.

  • ABP Framework version: v7.3.2
  • 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.3.2
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: [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.Payment.Admin.Plans.PlanAdminAppService.UpdateAsync(Guid id, PlanUpdateInput input)
  • Steps to reproduce the issue: Updated solution to latest version 7.3.2, we have added Volo.Payment.Admin module in Identity Server web application, when trying to edit Payment Plan it gives the above error, before update it was working properly. We have added CMSKit module also in same Identity Server web application and it that module too, for Blogs, Menu module in edit getting same error.

We have the code in Azure DevOps, if you need access to the repository, please share the email.

Näytetään 1 - 10/14 tietueesta
Made with ❤️ on ABP v8.2.0-preview Updated on maaliskuuta 25, 2024, 15.11