Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

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

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

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.