Maximum call stack size exceeded

1 Answer 64 Views
General Discussions
Dane
Top achievements
Rank 1
Dane asked on 18 Mar 2024, 04:07 PM | edited on 18 Mar 2024, 04:26 PM

I am getting this error when hosting on our application. It does not appear to happen locally.

 

We are using the new .Net 8 autorender functionality and this seems to happen only in a virtual environment. I can give more context if needed.

image

1 Answer, 1 is accepted

Sort by
0
Nansi
Telerik team
answered on 21 Mar 2024, 09:55 AM

Hello Dane,

Usually, the Maximum call stack size exceeded error occurs only when using an older component version:

If your app is using Telerik UI for Blazor 5.1.1, then clear the browser cache, which will reload the telerik-blazor.js file and see if the error goes away. Also add a cache buster for your end users, which will have the same effect:

<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js?version511"></script>

If the error persists, please send me a stripped runnable version of the app, which reproduces the error.

Regards,
Nansi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
General Discussions
Asked by
Dane
Top achievements
Rank 1
Answers by
Nansi
Telerik team
Share this question
or