[Bug]: The stack trace limit gets exceeded if the data send to the execute call is large #36383
Closed
1 task done
Labels
Bug
Something isn't working
Frontend
This label marks the issue or pull request to reference client code
High
This issue blocks a user from building or impacts a lot of users
Integrations Product
Issues related to a specific integration
Needs Triaging
Needs attention from maintainers to triage
Production
QA Pod
Issues under the QA Pod
QA
Needs QA attention
Query Forms
Isuses related to the query forms
Query & JS Pod
Issues related to the query & JS Pod
Is there an existing issue for this?
Description
When we have an action with large number of data to be passed to the execute action call, it loops to a function
updateBlobDataFromUrls
which performs some functionality and then stores that value in an array. If the length of the array to be looped is quite large then the stack trace limit gets exceeded which results in no execute call getting fired or anything further.Steps To Reproduce
{ "sids": ["hello", "hello2"] }
Public Sample App
No response
Environment
Production
Severity
Low (Cosmetic UI issues)
Issue video log
No response
Version
Both
The text was updated successfully, but these errors were encountered: