ForgeUI Macro: RESOURCE_ACCESS_DENIED error since a few days

We have some selfwritten little helper macros, which are parsing some informations from page where they are embedded and calling jira rest api (v3) to get additional informations.

This was working fine since 2022.

A few days ago it stops working and showing the a error message “Something went wrong” without more informations:

confluence_something_went_wrong

In forge app logs there’s nothing related.

If switch the page into edit mode, the macro content will be displayed correctly.

Can you help me please?

{
    "data": {
        "invokeAuxEffects": {
            "success": false,
            "errors": [
                {
                    "message": "User did not have access to specified resource(s)",
                    "extensions": {
                        "errorType": "RESOURCE_ACCESS_DENIED",
                        "statusCode": 400,
                        "__typename": "GenericMutationErrorExtension"
                    },
                    "__typename": "MutationError"
                }
            ],
            "result": {
                "effects": [
                    {
                        "type": "render",
                        "aux": {
                            "type": "View",
                            "children": [
                                {
                                    "type": "ErrorPanel",
                                    "props": {
                                        "error": {
                                            "message": "Something went wrong",
                                            "errorMessage": "User did not have access to specified resource(s)"
                                        }
                                    },
                                    "children": []
                                }
                            ]
                        },
                        "state": {}
                    }
                ],
                "contextToken": null,
                "metrics": null,
                "__typename": "AuxEffectsResult"
            },
            "__typename": "InvokeAuxEffectsResponse"
        }
    },
    "extensions": {
        "gateway": {
            "request_id": "ecddd718d6b845409ee93bdba8f68ae8",
            "crossRegion": false,
            "edgeCrossRegion": false
        }
    }
}

Hi @FredericBiermann
Can you tell me what Jira API call your app is making?
Cheers!
Melissa