Flow Designer Error: Response size exceeds limit, allowed :0 actual size: 159

Community Alums
Not applicable

Hey Community, running into a weird issue in Flow Designer, specifically using the Jira Spoke in Integration Hub. When testing any Get Action (Get Issue Types, Get All Projects) I receive the following error:

Response size exceeds limit, allowed :0 actual size: 35

{
    "Action Status": {
        "code": 1,
        "message": "Response size exceeds limit, allowed :0 actual size: 35"
    }
}


I have followed the advice posted HERE to create a system property setting the max size to 10,240 and that has not made a difference. 

BrettIshmael_0-1667335842577.png

 

If I copy the action and save the response as an attachment I can work around it but really should not need to do that for files this small. I even went so far as to recreate this property in the Jira spoke but that alters the name and doesn't work anyway. Any help would be greatly appreciated! 

 

Additional info:
- Jira Spoke version installed is 3.2.3
- San Diego

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Going to answer my own question here... the value in the property has a comma in it. Got rid of the comma and it is working as expected now.

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Going to answer my own question here... the value in the property has a comma in it. Got rid of the comma and it is working as expected now.