내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Maximum call stack size exceeded

Avatar

Level 2

I seem to randomly get this error in the console and of course nothing fires. It seems to only happen on the first request into _satelitte and occurs on the getVar() function.

I cannot duplicate so unfortunately can't trace or set break points

Anyone else experience this or have an idea as to cause?

Thnx
Jeff

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

It looks like this error can be caused by a number of JavaScript errors.

Internally, we've seen that error when the doPlugins runs more than once before a tag fires. Sometimes if two tags fire immediately one after another, we've also seen it. Could either of these situations be true for your site?

원본 게시물의 솔루션 보기

11 답변 개

Avatar

Employee

Hi Jeff,

Do you have a URL where we can see this error? Also, how are you deploying DTM? Are the embed tags statically included on the page or are they dynamically inserted?


Thanks,
Jantzen

Avatar

Employee

Hi Jeff,

Did you still need assistance with this issue? If not, would you mind posting the solution you found in case others face the same problem?

Thanks,
Jantzen

Avatar

Level 2

I am not able to reproduce on demand so providing URLs will not be productive. It happens on a random basis

Thnx

Jeff

Site Optimization, Analytics and Reporting Principal

Avatar

Employee

Understood. I'll leave this questions open in case others have seen anything.

Avatar

Level 2

Just happened again on first page in session, console screen shot attached. Reload page and all is good

Thnx

Jeff

Site Optimization, Analytics and Reporting Principal

Avatar

Employee

I'm not seeing the screenshot? Can you try attaching it again?

Avatar

Level 2

MaxCallStack.png

Avatar

Level 2

And just got another one on first page reload. But it does not happen on every first page

MaxCallStack2.png

Avatar

Level 2

If you want you can try to replicate here, seems to be happen more frequently

https://wl64-int.sabresonicweb.com/dx/MNDX/#/home

Avatar

정확한 답변 작성자:
Employee

It looks like this error can be caused by a number of JavaScript errors.

Internally, we've seen that error when the doPlugins runs more than once before a tag fires. Sometimes if two tags fire immediately one after another, we've also seen it. Could either of these situations be true for your site?

Avatar

Level 2

I’ll have to pour through the code to see. At least it seems to only occur on the first hit for a session so that limits the rules, data elements and events I need to look through

Thanks for your help