811
Views
6
Comments
Solved
Maximum call size
Question

Well iam getting this error Maximum call size exceeded i know its because the call size is huge but can i know what call size is maximum?

UserImage.jpg
Faisal WaheedUllah
Solution

Daniël Kuhlmann wrote:

Hi Faisal,

Good that you found a solution, could you share it so we can learn from it?

Regards,

Daniel

 Sure Daneil

i mistakenly dropped the Action in the Action flow and it made the refresh twice 

so i removed it and now the error is gone 

hope it helps 



Best Regards 

Faisal 

 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Faisal,

Where do you get a maximum call size error?

You share little detail for someone to help you, screenshots, of error call stack would be useful.

Regards,

Daniel

UserImage.jpg
Faisal WaheedUllah

Daniël Kuhlmann wrote:

Hi Faisal,

Where do you get a maximum call size error?

You share little detail for someone to help you, screenshots, of error call stack would be useful.

Regards,

Daniel

 Actually the error comes when the data refreshes on screen loading its ok but when i change the dropdown it refreshes and the error comes 



regards 

Faisal



 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Faisal,

Let me be more specific:

  1. What application: Traditional web, Reactive Web, Mobile?
  2. If it is on refreshing the screen, do you load data, then share the fetch of the data (aggregate, sql)
  3. Are you calling custom javascript? check for recursion (a function calling itself without end-condition). 
  4. Are you calling a client action in the same client action?
  5. Are you calling a server action in the same server action?

The error message is often related to a recursive call that doesn't end because it lacks the correct condition to end.

Regards,

Daniel

UserImage.jpg
Faisal WaheedUllah

Daniël Kuhlmann wrote:

Hi Faisal,

Let me be more specific:

  1. What application: Traditional web, Reactive Web, Mobile?
  2. If it is on refreshing the screen, do you load data, then share the fetch of the data (aggregate, sql)
  3. Are you calling custom javascript? check for recursion (a function calling itself without end-condition). 
  4. Are you calling a client action in the same client action?
  5. Are you calling a server action in the same server action?

The error message is often related to a recursive call that doesn't end because it lacks the correct condition to end.

Regards,

Daniel

 hey Daniel 

reactive web 

It loads on dropdown change

No javascript used 

Its one action that contains all the refreshes 

I found my solution

I am Surprised you reply so fast

Regards Faisal 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Faisal,

Good that you found a solution, could you share it so we can learn from it?

Regards,

Daniel

UserImage.jpg
Faisal WaheedUllah
Solution

Daniël Kuhlmann wrote:

Hi Faisal,

Good that you found a solution, could you share it so we can learn from it?

Regards,

Daniel

 Sure Daneil

i mistakenly dropped the Action in the Action flow and it made the refresh twice 

so i removed it and now the error is gone 

hope it helps 



Best Regards 

Faisal 

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.