Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic Apps Monitoring view - Unable to initialize operation #5977

Closed
rllyy97 opened this issue Oct 28, 2024 · 21 comments
Closed

Logic Apps Monitoring view - Unable to initialize operation #5977

rllyy97 opened this issue Oct 28, 2024 · 21 comments
Assignees

Comments

@rllyy97
Copy link
Contributor

rllyy97 commented Oct 28, 2024

What is the issue?

On the Logic Apps monitoring view / when opening a workflow run, users may see some actions fail to initialize, showing an error message like the following:

"Unable to initialize operation …"

This should happen on operations that have connections with app settings values.

We know why this is happening, but we are still looking into what change might have caused this all of a sudden.

What is being done to fix it?

We are currently working on a fix for the issue and are expecting to release it in a hotfix sometime this week.

Thank you for your patience as we work to get this resolved!

@billchesnut
Copy link

Do you have any updates on this? It is starting to really impact my development efforts because I am working inside a VNET.

@ccastrotrejo
Copy link
Contributor

Hey @billchesnut yes, we have made the fix for this issue, and we have started the rollout of it. As for now could you please use this private link for portal, this environment should contain the fix for it? Azure Stage 1

@billchesnut
Copy link

thanks, that is working

@rllyy97
Copy link
Contributor Author

rllyy97 commented Oct 30, 2024

Quick status update, we are almost halfway through the fix rollout, we should reach all stages by EoD Friday

@rllyy97
Copy link
Contributor Author

rllyy97 commented Nov 1, 2024

The fix for this issue should be live in all production regions, closing this issue.
If anyone is still facing the issue try clearing your cache to pick up the new version.
If you clear the cache and still have issues please leave us a comment and we will investigate further!

@rllyy97 rllyy97 closed this as completed Nov 1, 2024
@las3r
Copy link

las3r commented Nov 2, 2024

Thanks for being so quick with a fix. The problem however hasn't fixed for me. I have even used google chrome to check (I don't use chrome), just to make sure it wasn't cache on my side. For me it's the same as it was in #5963.

@RobJoosen
Copy link

Hi, Same here:

Image

@ccastrotrejo
Copy link
Contributor

Hi @RobJoosen and @las3r
Do you see any error in the console log or in the network tab? Do you have writing permissions in the logic apps that you are trying to take a look?
The mentioned fix was intended to solve the parameterization of appsettings and avoid unresolved parameterization in the API calls like this
Image

@las3r
Copy link

las3r commented Nov 4, 2024

I have the right writing permissions (owner).

Simple keyvault "get secret" action (Based on an api connection) - error from the console:

{
    "schemaVersion": 1,
    "extractionType": "FxError",
    "message": "Unable to initialize operation details for swagger based operation - Get_secret. Error details - Operation Id cannot be determined from definition and swagger",
    "name": "MsPortalFx.Errors.Error/Error",
    "stack": "    at https://portal.azure.com/Content/Dynamic/cD7e6jg6jXHe.js:1:273594\n    at Array.forEach (<anonymous>)\n    at https://portal.azure.com/Content/Dynamic/cD7e6jg6jXHe.js:1:273549\n    at https://portal.azure.com/Content/Dynamic/Qu8SkCtRv2c_.js:19:2582\n    at Array.filter (<anonymous>)\n    at t.FunctionProxyImpl._flushCallQueue (https://portal.azure.com/Content/Dynamic/Qu8SkCtRv2c_.js:19:1962)\n    at r.onmessage (https://portal.azure.com/Content/Dynamic/Qu8SkCtRv2c_.js:19:1285)",
    "blade": {
        "id": "Extension/Microsoft_Azure_EMA/Blade/DesignerEditorConsumption.ReactView",
        "instanceId": "Blade_ca62b9d0c9134203877ca6af010b395f_14_0"
    },
    "online": true
}

and my event grid trigger action - error from the console:

{
    "schemaVersion": 1,
    "extractionType": "FxError",
    "message": "Unable to initialize operation details for swagger based operation - When_a_CustomerCaseCommentUpdate_event_occurs. Error details - Operation Id cannot be determined from definition and swagger",
    "name": "MsPortalFx.Errors.Error/Error",
    "stack": "    at https://portal.azure.com/Content/Dynamic/cD7e6jg6jXHe.js:1:273594\n    at Array.forEach (<anonymous>)\n    at https://portal.azure.com/Content/Dynamic/cD7e6jg6jXHe.js:1:273549\n    at https://portal.azure.com/Content/Dynamic/Qu8SkCtRv2c_.js:19:2582\n    at Array.filter (<anonymous>)\n    at t.FunctionProxyImpl._flushCallQueue (https://portal.azure.com/Content/Dynamic/Qu8SkCtRv2c_.js:19:1962)\n    at r.onmessage (https://portal.azure.com/Content/Dynamic/Qu8SkCtRv2c_.js:19:1285)",
    "blade": {
        "id": "Extension/Microsoft_Azure_EMA/Blade/DesignerEditorConsumption.ReactView",
        "instanceId": "Blade_ca62b9d0c9134203877ca6af010b395f_14_0"
    },
    "online": true
}

Other:

{
    "designerVersion": "4.105.8",
    "designerID": "B4DC8745-AC38-4CD0-9C62-FF9F6CD7DC3C"
}

Please note that my previous case was closed (#5963) in favor of this "rollup" issue here, but it seems they are two specific (and different) issues.

@sdk11DB
Copy link

sdk11DB commented Nov 4, 2024

Hi,
I am facing the same issue as this.
Image

@ccastrotrejo
Copy link
Contributor

Ok, thanks for letting me know. @las3r I will reopen yours and take a further look, I will try to repro and answer back on that issue thread.

@sdk11DB do you get any console or network errors while doing this?

@rllyy97 rllyy97 unpinned this issue Nov 4, 2024
@RobJoosen
Copy link

As an additionL I noticed this behaviour in Consumption Logic Apps as well....

@sdk11DB
Copy link

sdk11DB commented Nov 5, 2024

Ok, thanks for letting me know. @las3r I will reopen yours and take a further look, I will try to repro and answer back on that issue thread.

@sdk11DB do you get any console or network errors while doing this?

I do not see any run time errors or network errors. The flows run without any issues. It is only when I try to open in edit, it comes like this with the issue.

@sdk11DB
Copy link

sdk11DB commented Nov 7, 2024

Ok, thanks for letting me know. @las3r I will reopen yours and take a further look, I will try to repro and answer back on that issue thread.
@sdk11DB do you get any console or network errors while doing this?

I do not see any run time errors or network errors. The flows run without any issues. It is only when I try to open in edit, it comes like this with the issue.

Hello, any update on this ? I still have the issue.

@las3r
Copy link

las3r commented Nov 7, 2024

@sdk11DB this is further discussed in #5963.

@ccastrotrejo
Copy link
Contributor

Hi @sdk11DB

Is there any chance we can get your workflow json schema from your logic app? The error from @las3r seems really specific to their workflows, and would be good if yours is because of the same reason. Thanks!
You can share it with me to my email [email protected]

@ebytreesa
Copy link

Hi, I am facing the same issue. I get a console error like this

"Unable to initialize operation details for swagger based operation - Create_or_update_document_(V3). Error details - Operation Id cannot be determined from definition and swagger"

@ccastrotrejo
Copy link
Contributor

Hi @ebytreesa, Is there any chance we can get your workflow json schema from your logic app? You can share it with me to my email [email protected]

@ebytreesa
Copy link

Hi @ebytreesa, Is there any chance we can get your workflow json schema from your logic app? You can share it with me to my email [email protected]

Hi @ccastrotrejo, I’ve emailed you the workflow JSON schema from a different address

@ccastrotrejo
Copy link
Contributor

Hi @ebytreesa , could you please send it again? It seems that I couldn't receive your email

@ebytreesa
Copy link

Hi @ebytreesa , could you please send it again? It seems that I couldn't receive your email

@ccastrotrejo I have sent it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants