Starts in:
2 DAYS
5 HRS
40 MIN
26 SEC
Starts in:
2 D
5 H
40 M
26 S

Activities of "andmattia"

Answer

Hi,

I see this doc but ther'is not a full guide for classes and component.

And about module?

I see and I try

Ok I try.

Thanks

Hi

I try and write my feedback.

Hi,

yes I do and it works but my request (look at imege on first message) is to inject in Manage profile.

can I use

ACCOUNT_MANAGE_PROFILE_TAB_PROVIDERS
...

export function configureTabs(tabs: ManageProfileTabsService) {
 return () => {   

This service is undere AccountPro

Hi

Your link it's refer to setting in administration area my request is to inject in user setting menu

I can do it for single get method or need to be enable for all?

Hi

so I need to create all manually or create a second solution from scratch, copy on my own solution and adjust name/proxy?

Exactly.

I check the permission from gateway api side and it works fine but permission are defined in Application.Contracts reather then Settings that are defined in Domain.

My Ocelot use this config

{
            "DangerousAcceptAnyServerCertificateValidator": true,
            "ServiceKey": "Administration Service",
            "DownstreamPathTemplate": "/api/abp/{everything}",
            "DownstreamScheme": "https",
            "DownstreamHostAndPorts": [
                {
                    "Host": "localhost",
                    "Port": 44367
                }
            ],
            "UpstreamPathTemplate": "/api/abp/{everything}",
            "UpstreamHttpMethod": [
                "Put",
                "Delete",
                "Get",
                "Post"
            ]
        },
        

The output from Angular

And I miss the Setting from the other module/s.

I think is the conencted issue.

We are working in a very large and shred app (React, Python, Flutter, Angular) so we use gateway to prepare API for single app.

In this scenario we se the limitation about create a proxy from gateway. In the past you suggest to use dynamic proxy on gateway adding HttpClient to gateway project. This create a straight connection but in this way when yoc call definition you see all microservice API definitions.

I test that is not possibile use Ocelot in mix Dynamic+Static you can simple reproduce on microserivce template if you run in dynianic you see an output that is different if you run in static (reffer the first image on this topic).

Now we found a similar issue relate to settings. On angular side when we develop a module we can check if a settings exist and it's true but when we mount this module on final app and calling

this.configStateService.getSetting$ 

when don't see our settings and we get only the settings came from base service on Ocelot and it's exactly what happen bheind the scene when I call config from swagger. To see my config, caming from module, I need to call microservice swagger but it's not possibile when app runs.

Let me know if you have more clear about this issue

Showing 21 to 30 of 103 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06